blanktheme

Changeset 407

Show
Ignore:
Timestamp:
06/10/09 08:30:31 (8 months ago)
Author:
mateo
Message:

[themes] Web 2.0 opendesign template ported to Zikula

Files:
57 added
2 removed
24 modified
1 copied

Legend:

Unmodified
Added
Removed
  • themes/opendesigns/web2/docs/changelog.txt

    r402 r407  
    1717Detailed log available here: 
    1818http://code.zikula.org/blanktheme/log/ 
     19 
     20SPECIFIC FEATURES: 
     21        * The logo handles the #header spacing with its margin 
     22        * Uses userlinks with spam=true for sliding doors technique 
     23        * Improved design boxes, now easier to use than with the original witha common layout 
     24                By default uses the design boxes on left and right blocks 
     25                and in the custom article templates 
     26        * colX_content padding criteria is to spaciate 20px between columns and only 5 for borders 
     27 
     28TODO: 
     29        * Add a .thumbs class to build image/dboxes grids 
     30  
  • themes/opendesigns/web2/lang/deu/version.php

    r381 r407  
    99 */ 
    1010 
    11 define('_BLANKTHEME_DISPLAYNAME', 'BlankTheme'); 
    12 define('_BLANKTHEME_DESCRIPTION', 'Layout Entwicklungs baukasten f�ula'); 
     11define('_WEB2THEME_DISPLAYNAME', 'Web 2.0'); 
     12define('_WEB2THEME_DESCRIPTION', 'Web 2.0 template from FlashDaWeb ported to BlankTheme'); 
  • themes/opendesigns/web2/lang/eng/version.php

    r381 r407  
    99 */ 
    1010 
    11 define('_BLANKTHEME_DISPLAYNAME', 'BlankTheme'); 
    12 define('_BLANKTHEME_DESCRIPTION', 'Theme development framework for Zikula'); 
     11define('_WEB2THEME_DISPLAYNAME', 'Web 2.0'); 
     12define('_WEB2THEME_DESCRIPTION', 'Web 2.0 template from FlashDaWeb ported to BlankTheme'); 
  • themes/opendesigns/web2/lang/fra/version.php

    r396 r407  
    1010 */ 
    1111 
    12 define('_BLANKTHEME_DISPLAYNAME', 'ThemeBlanc'); 
    13 define('_BLANKTHEME_DESCRIPTION', 'Framework pour le d�loppement de th� sous Zikula'); 
     12define('_WEB2THEME_DISPLAYNAME', 'Web 2.0'); 
     13define('_WEB2THEME_DESCRIPTION', 'Web 2.0 template from FlashDaWeb ported to BlankTheme'); 
  • themes/opendesigns/web2/lang/nld/version.php

    r381 r407  
    99 */ 
    1010 
    11 define('_BLANKTHEME_DISPLAYNAME', 'BlankTheme'); 
    12 define('_BLANKTHEME_DESCRIPTION', 'Thema ontwikkeling kader voor Zikula'); 
     11define('_WEB2THEME_DISPLAYNAME', 'Web 2.0'); 
     12define('_WEB2THEME_DESCRIPTION', 'Web 2.0 template from FlashDaWeb ported to BlankTheme'); 
  • themes/opendesigns/web2/lang/spa/version.php

    r381 r407  
    99 */ 
    1010 
    11 define('_BLANKTHEME_DISPLAYNAME', 'BlankTheme'); 
    12 define('_BLANKTHEME_DESCRIPTION', 'Marco para el desarrollo de themes para Zikula'); 
     11define('_WEB2THEME_DISPLAYNAME', 'Web 2.0'); 
     12define('_WEB2THEME_DESCRIPTION', 'Plantilla Web 2.0 de FlashDaWeb convertida a BlankTheme'); 
  • themes/opendesigns/web2/plugins/function.bt_htmloutput.php

    r402 r407  
    2626    // variables to use 
    2727    // parameters 
    28     $section = $params['section']; 
    29     unset($params); 
     28    if (!isset($params['section']) || empty($params['section'])) { 
     29        return ''; 
     30    } 
     31 
    3032    // blanktheme vars 
    3133    $body      = $smarty->_tpl_vars['body']; 
     
    3739    // assign the respective output 
    3840    $output    = ''; 
    39     switch ($section) 
     41    switch ($params['section']) 
    4042    { 
    4143        case 'fontresize': 
     
    6264        case 'head': 
    6365            // head stylesheets 
    64             $output = '<link rel="stylesheet" href="'.$smarty->stylepath.'/layout_'.$body.'.css" type="text/css"/> 
    65                        <!--[if lte IE 7]>' 
     66/* 
     67            $output = '<link rel="stylesheet" href="'.$smarty->themepath.'/yaml/core/slim_base.css" type="text/css"/> 
     68                       <link rel="stylesheet" href="'.$smarty->stylepath.'/screen/basemod.css" type="text/css"/> 
     69                       <link rel="stylesheet" href="'.$smarty->stylepath.'/screen/content.css" type="text/css"/> 
     70*/ 
     71            $output = '<link rel="stylesheet" href="'.$smarty->stylepath.'/layout_'.$body.'.css" type="text/css"/>' 
     72                     .'<!--[if lte IE 7]>' 
    6673                     .'<link rel="stylesheet" href="'.$smarty->stylepath.'/patches/patch_'.$body.'.css" type="text/css" />' 
    6774//                     .'<link rel="stylesheet" href="'.$smarty->themepath.'/yaml/core/slim_iehacks.css" type="text/css" />' 
     
    116123            } 
    117124            */ 
     125            if (!isset($params['noempty']) || !$params['noempty']) { 
     126                $output = !empty($output) ? $output : 'bt-empty'; 
     127            } 
    118128            break; 
    119129    } 
  • themes/opendesigns/web2/plugins/function.bt_userlinks.php

    r402 r407  
    4848    /*** Build the menu-array ***/ 
    4949    /* Option format: id, lang_constant, link, array_of_sublinks */ 
    50     $menu   = array(); 
     50    $menu    = array(); 
     51    $submenu = array(); 
    5152    $menu[] = array('home', _NAV_HOME, $smarty->baseurl, null); 
     53    /* fill the submenu array for the homepage only */ 
     54    if ($current == 'home') { 
     55        // welcome text 
     56        if (pnUserLoggedIn()) { 
     57            $submenu[] = array('', pnML('_WELCOMEUSER', array('username' => pnUserGetVar('uname'))).'!', null, null); 
     58        } 
     59        // search module link 
     60        $submenu[] = array('', _SEARCH, pnModURL('Search'), null); 
     61    } 
     62 
    5263    if (pnModAvailable('News')) { 
    5364        $menu[] = array('News', _NAV_NEWS, pnModURL('News'), null); 
     
    90101    } 
    91102    $output .= '</ul></div>'; 
     103    if (!empty($submenu)) { 
     104        $output  .= '<div id="'.$id.'_sub"><ul>'; 
     105        foreach ($submenu as $option) { 
     106            $output .= bt_userlinks_drawmenu($option, $current, $currentclass, $span); 
     107        } 
     108        $output .= '</ul></div>'; 
     109    } 
    92110 
    93111    return $output; 
     
    103121    if (is_array($option)) { 
    104122        $return .= '<li'. (($option[0] == $current)?' id='.$currentclass:'') .'>'; 
    105         $return .= '<a'. ((isset($option[3]) && is_array($option[3]))?' class="navparent"':''). ' title="'. DataUtil::formatForDisplay($option[1]). '" href="'.DataUtil::formatForDisplay($option[2]).'">'. ($span ? '<span>' : ''). DataUtil::formatForDisplay($option[1]). ($span ? '</span>' : ''). '</a>'; 
     123        if (!empty($option[2])) { 
     124            $return .= '<a'. ((isset($option[3]) && is_array($option[3]))?' class="navparent"':''). ' title="'. DataUtil::formatForDisplay($option[1]). '" href="'.DataUtil::formatForDisplay($option[2]).'">'. ($span ? '<span>' : ''). DataUtil::formatForDisplay($option[1]). ($span ? '</span>' : ''). '</a>'; 
     125        } else { 
     126            $return .= ($span ? '<span>' : ''). DataUtil::formatForDisplay($option[1]). ($span ? '</span>' : ''); 
     127        } 
    106128        // Render the optional suboptions recursively 
    107129        if (isset($option[3]) && is_array($option[3])) { 
  • themes/opendesigns/web2/style/admin.css

    r401 r407  
    3535} 
    3636 
     37.bt_admin #nav { 
     38  background: transparent; 
     39  height: auto; 
     40} 
    3741.bt_admin .page, 
    3842.bt_admin #page, 
  • themes/opendesigns/web2/style/screen/basemod.css

    r404 r407  
    7474  /* marginal area */ 
    7575  body { 
    76     background: #4d87c7 url(../../images/bg_blue.gif) repeat-x top left fixed; 
    77     padding: 10px 0; /* to-remove */ 
     76    background: #fff; 
    7877  } 
    7978 
     
    8180  .page_margins, 
    8281  #page_margins { 
    83     border: 0px #889 solid;  /* to-remove */ 
    8482    margin: 0 auto; 
    8583 
    86     width: 980px; 
    87     min-width: 980px; 
     84    width: 975px; 
     85    min-width: 975px; 
    8886    max-width: 80em; 
    8987  } 
     
    9391  #page { 
    9492    background: #fff; 
    95     border: 10px #fff solid; /* to-remove */ 
    9693  } 
    9794 
    9895      /* header */     
    9996      #header { 
    100         /*background: #fff url(../../images/header_imagename.png) repeat-x top left;*/ 
    101         padding: 0 20px; /* do not use top/bottom paddings with fixed height */ 
    102         height: 110px; 
    10397        /*z-index: 100;*/ /* when the navigation is placed inside the header and a multi level menu is used this is needed for ie */ 
    10498      } 
     
    106100          /* top navigation container */ 
    107101          #header #topnav { 
    108             background: transparent; 
     102            background: #F1F4F8 url('../../images/design/bg_topmenu.png') repeat-x scroll; 
     103            height: 26px; 
     104            padding: 0 20px; 
     105            right: 0; 
     106            top: 0; 
    109107          } 
     108            #topnav_cornerleft, 
     109            #topnav_cornerright { 
     110              display: block; 
     111              height: 26px; 
     112              position: absolute; 
     113              top: 0; 
     114              width: 12px; 
     115            } 
     116            #topnav_cornerleft { 
     117              background: url('../../images/design/bg_topmenu_left.png') no-repeat scroll left; 
     118              left: 0; 
     119            } 
     120            #topnav_cornerright { 
     121              background:url('../../images/design/bg_topmenu_right.png') no-repeat scroll right; 
     122              right: 0; 
     123            } 
    110124 
    111125          /* title and slogan */ 
    112126          #header h1 { 
    113             margin: 37px 0 0.25em 20px; 
     127            display: none; 
     128            margin: 30px 0 0.25em 20px; 
    114129          } 
    115130          #header .slogan { 
     131            display: none; 
    116132            float: left; 
    117133          } 
     
    120136          #header .logo { 
    121137            float: left; 
    122             margin: 30px 12px 0 0; 
     138            margin: 27px 12px 10px 20px; 
    123139          } 
    124140 
     
    130146      /* content wrapper */       
    131147      #main { 
    132         padding: 1em 0; 
     148        padding: 15px 0; 
    133149      } 
    134150 
    135151      /* footer */ 
    136152      #footer {  
    137         background: #efefef;  
    138         border-top: 5px #dfdfdf solid; /* to-remove */ 
    139         padding: 15px; 
     153        background: #fff url('../../images/design/bg_footer.png') no-repeat scroll right top; 
     154        padding: 5px 10px 20px; 
    140155      } 
    141156 
     
    146161   */ 
    147162 
     163  #nav { 
     164    background: #ffffff url('../../images/design/bg_pmenu.png') no-repeat; 
     165        height: 68px; 
     166  } 
    148167  #nav_main { 
    149     background: #efefef url(../../yaml/navigation/images/shiny_buttons/background.png) repeat-x; /* to-remove */ 
     168    background: transparent; 
    150169    border: none; 
    151170    display: inline; 
     
    161180    list-style: none; 
    162181    margin: 0; 
    163     margin-left: 10px; 
     182    margin-left: 30px; 
    164183    padding: 0; 
    165184  } 
    166185 
    167186  #nav_main ul li { 
     187    background: url('../../images/design/bg_pm_sep.png') no-repeat scroll right; 
    168188    border: none; 
    169     border-right: 1px solid #aaa; /* to-remove */ 
    170189    display: inline; 
    171190    float: left; 
    172191    list-style-type: none; 
    173     margin: 0; 
    174     padding: 0; 
    175   } 
    176  
    177   #nav_main ul li a, 
    178   #nav_main ul li strong { 
     192    margin: 2px 10px 0 0; 
     193    padding: 0px 10px 0 0; 
     194    text-align: center; 
     195  } 
     196 
     197  #nav_main ul li a { 
    179198    background: transparent; 
    180     color: #333; 
     199    color: #fff; 
    181200    display: block; 
    182201    font-size: 14px; 
    183202    font-weight: bold; 
    184     /*line-height: 22px;*/ 
    185     margin: 0; 
    186     padding: 0.5em 1.2em; 
     203    line-height: 34px; 
     204    margin: 0; 
     205    padding: 0; 
    187206    text-decoration: none; 
    188207    width: auto; 
     208  } 
     209  #nav_main ul li a span { 
     210    display: block; 
     211    padding: 0 10px; 
    189212  } 
    190213 
     
    192215  #nav_main ul li a:hover, 
    193216  #nav_main ul li a:active { 
    194     background: #3b69ad; 
     217    background: url('../../images/design/bg_tab_active.png') no-repeat scroll right top; 
     218    border: none; 
    195219    color: #fff; 
    196220    text-decoration: none; 
    197221  } 
     222  #nav_main ul li a:focus span, 
     223  #nav_main ul li a:hover span, 
     224  #nav_main ul li a:active span { 
     225    background: url('../../images/design/bg_tab_active_left.png') no-repeat scroll left top; 
     226  } 
    198227 
    199228  #nav_main ul li#current { 
    200     background: #4d87c7; 
    201     border: none; /* to-remove */ 
    202   } 
    203  
    204   #nav_main ul li#current strong, 
     229     
     230  } 
     231 
    205232  #nav_main ul li#current a, 
    206233  #nav_main ul li#current a:focus, 
    207234  #nav_main ul li#current a:hover, 
    208235  #nav_main ul li#current a:active { 
     236    background: url('../../images/design/bg_tab_active.png') no-repeat scroll right top; 
     237  } 
     238  #nav_main ul li#current a span, 
     239  #nav_main ul li#current a:focus span, 
     240  #nav_main ul li#current a:hover span, 
     241  #nav_main ul li#current a:active span { 
     242    background: url('../../images/design/bg_tab_active_left.png') no-repeat scroll left top; 
     243  } 
     244 
     245  #nav_main_sub { 
    209246    background: transparent; 
    210     color: #fff; 
     247    border: none; 
     248    display: inline; 
     249    float: right; 
     250  } 
     251  #nav_main_sub ul { 
     252    border: none; 
     253    display: inline; 
     254    float: left; 
     255    list-style: none; 
     256    margin: 0; 
     257    margin-right: 10px; 
     258  } 
     259  #nav_main_sub li { 
     260    color: #E0E7EF; 
     261    display: inline; 
     262    float: left; 
     263    font-size: 12px; 
     264    line-height: 23px; 
     265        margin: 2px 8px 5px; 
     266  } 
     267  #nav_main_sub li a { 
     268    background: transparent; 
     269    color: #E0E7EF; 
    211270    font-weight: bold; 
     271    font-size: 12px; 
    212272  } 
    213273 
     
    292352  } 
    293353  .bt_2col #col1_content { 
    294     padding: 0 10px; 
     354    padding: 0 5px; 
    295355  } 
    296356 
     
    303363  } 
    304364  .bt_2col #col2_content { 
    305     padding: 0 10px 0 15px; 
     365    padding: 0 15px 0 5px; 
    306366  } 
    307367  .bt_2col #col3_content { 
    308     padding: 0 15px 0 10px; 
     368    padding: 0 5px 0 15px; 
    309369  } 
    310370 
     
    313373  .bt_2col .bt_12 #col1, 
    314374  .bt_2col .bt_13 #col1 { 
    315     border-right: 1px dashed #DDDDDD; 
     375    /*border-right: 1px dashed #DDDDDD;*/ 
    316376    margin-left: 0; 
    317377    margin-right: 25%; 
     
    324384  /* padding changes */ 
    325385  .bt_2col .bt_12 #col2_content { 
    326     padding: 0 15px 0 10px; 
     386    padding: 0 5px 0 15px; 
    327387  } 
    328388 
     
    331391  .bt_2col .bt_21 #col1, 
    332392  .bt_2col .bt_31 #col1 { 
    333     border-left: 1px dashed #DDDDDD; 
     393    /*border-left: 1px dashed #DDDDDD;*/ 
    334394  } 
    335395  .bt_2col .bt_31 #col3_content { 
    336     padding: 0 10px 0 15px; 
     396    padding: 0 5px 0 15px; 
    337397  } 
    338398 
     
    346406    margin-right: 0; 
    347407  } 
    348   .bt_2col .bt_1 #col1_content { 
    349     padding: 0 10px; 
    350   } 
    351408 
    352409 
     
    362419    float: left; 
    363420    margin: 0; 
    364     width: 480px; 
     421    width: 495px; 
    365422  } 
    366423  .bt_3col #col1_content { 
    367     padding: 0 10px; 
     424    padding: 0 5px 0 5px; 
    368425  } 
    369426 
     
    375432  } 
    376433  .bt_3col #col2_content { 
    377     padding: 0 10px 0 15px; 
     434    padding: 0 5px 0 15px; 
    378435  } 
    379436 
     
    385442  } 
    386443  .bt_3col #col3_content { 
    387     padding: 0 15px 0 10px; 
     444    padding: 0 5px 0 15px; 
    388445  } 
    389446 
     
    394451  } 
    395452  .bt_3col .bt_213 #col2 { 
    396     margin-left: -720px; /* col1 + col2 widths */ 
     453    margin-left: -735px; /* col1 + col2 widths */ 
    397454  } 
    398455  .bt_3col .bt_213 #col3 { 
     
    411468  .bt_3col .bt_312 #col3 { 
    412469    float: left; 
    413     margin-left: -720px; /* col1 + col2 widths */ 
     470    margin-left: -735px; /* col1 + col2 widths */ 
     471  } 
     472 
     473 
     474  /* col paddings for X1X layouts */ 
     475  .bt_3col .bt_213 #col2_content, 
     476  .bt_3col .bt_312 #col3_content { 
     477    padding: 0 15px 0 5px; 
     478  } 
     479  .bt_3col .bt_213 #col3_content, 
     480  .bt_3col .bt_312 #col2_content { 
     481    padding: 0 5px 0 15px; 
    414482  } 
    415483 
     
    436504 
    437505 
     506  /* col paddings for XX1 layouts */ 
     507  .bt_3col .bt_231 #col2_content, 
     508  .bt_3col .bt_321 #col3_content { 
     509    padding: 0 15px 0 5px; 
     510  } 
     511  .bt_3col .bt_231 #col3_content, 
     512  .bt_3col .bt_321 #col2_content { 
     513    padding: 0 15px 0 5px; 
     514  } 
     515 
     516 
    438517  /** 
    439518   * 3col231 template 
     
    444523  /* #col1 is the main column */ 
    445524  .bt_3col231 #col1 { 
    446     border-left: 1px dashed #DDDDDD; 
    447     border-right: 1px dashed #DDDDDD; 
     525    /*border-left: 1px dashed #DDDDDD;*/ 
     526    /*border-right: 1px dashed #DDDDDD;*/ 
    448527    float: none; 
    449528    margin-left: 25%; /* leftcol width*/ 
     
    452531  } 
    453532  .bt_3col231 #col1_content { 
    454     padding: 0 10px; 
     533    padding: 0 5px; 
    455534  } 
    456535 
     
    462541  } 
    463542  .bt_3col231 #col2_content { 
    464     padding: 0 10px 0 15px; 
     543    padding: 0 15px 0 5px; 
    465544  } 
    466545 
     
    472551  } 
    473552  .bt_3col231 #col3_content { 
    474     padding: 0 15px 0 10px; 
     553    padding: 0 5px 0 15px; 
    475554  } 
    476555 
     
    479558  .bt_3col231 .bt_312 #col2 { 
    480559    float: right; 
    481     margin-left: -5px; 
    482560  } 
    483561  .bt_3col231 .bt_312 #col2_content { 
    484     padding: 0 15px 0 10px; 
     562    padding: 0 5px 0 15px; 
    485563  } 
    486564  .bt_3col231 .bt_312 #col3 { 
     
    488566  } 
    489567  .bt_3col231 .bt_312 #col3_content { 
    490     padding: 0 10px 0 15px; 
     568    padding: 0 15px 0 5px; 
    491569  } 
    492570 
  • themes/opendesigns/web2/style/screen/content.css

    r405 r407  
    5858  /* base layout gets standard */ 
    5959  body { 
    60     color: #444; 
    61     font-family: Verdana, Arial, sans-serif; 
     60    color: #000000; 
     61    font-family: Verdana, sans-serif; 
    6262    font-size: 75.00%; /* font size 12px */ 
    6363  } 
     
    6565  h1, h2, h3, h4, h5, h6 { 
    6666    color: #666; 
    67     font-family: "times new roman", times, serif; 
     67    /*font-family: "times new roman", times, serif;*/ 
    6868    font-weight: bold; 
    6969    margin: 0 0 0.25em 0; 
     
    7171 
    7272  h1 { 
    73     font-size: 200%; /* 24px */ 
     73    color: #004FA2; 
     74    font-size: 1.5em; 
    7475  } 
    7576  h2 { 
    76     color: #182E7A; 
    77     font-size: 200%; /* 24px */ 
     77    color: #004FA2; 
     78    font-size: 1.3em; 
    7879  } 
    7980  h3 { 
    80     font-size: 150%; /* 18px */ 
     81    color: #004FA2; 
     82    font-size: 1.2em; 
    8183  } 
    8284  h4 { 
    83     font-size: 133.33%; /* 16px */ 
     85    font-size: 1.15em; 
    8486  } 
    8587  h5 { 
    86     font-size: 116.67%; /* 14px */ 
     88    font-size: 1.1em; 
    8789  } 
    8890  h6 { 
    89     font-size: 116.67%; /* 14px */ 
     91    font-size: 1.1em; 
    9092    font-style: italic; 
    9193  } 
     
    184186  /* Miscellaneous */ 
    185187 
     188  a img, 
     189  button img { 
     190    vertical-align: middle; 
     191  } 
     192 
    186193  fieldset { 
    187194    border: 1px solid #D9DAD5; 
     
    215222    color: #000; 
    216223    font-size: 36px; 
     224    font-weight: normal; 
    217225    letter-spacing: -1px; 
    218226    line-height: 65%; 
     
    225233 
    226234    #topnav { 
    227       color: #aaa; 
     235      color: #3F598B; 
     236      line-height: 23px; 
    228237    } 
    229238 
    230239  #footer { 
    231     color: #666;  
    232     text-align: left; 
     240    color: #333; 
     241    font-size: 0.9em; 
     242    line-height: 1.5em;  
     243    text-align: right; 
    233244  } 
    234245 
     
    244255  /* general links */ 
    245256  a { 
    246     color: #4D87C7; 
    247     text-decoration: none; 
     257    color: #0057B1; 
     258    text-decoration: underline; 
    248259  } 
    249260  a:focus, 
    250261  a:hover, 
    251262  a:active { 
    252     color:#182E7A; 
    253     text-decoration: underline; 
     263    text-decoration: none; 
    254264  } 
    255265   
    256266  /* top navigation links */ 
    257267  #topnav a { 
    258     color: #999; 
     268    color: #0057B1; 
    259269    background: transparent; 
    260270    font-weight: normal; 
    261     text-decoration: none; 
     271    text-decoration: underline; 
    262272  } 
    263273  #topnav a:focus,  
     
    265275  #topnav a:active { 
    266276    background-color: transparent; 
    267     text-decoration: underline; 
     277    text-decoration: none; 
    268278  } 
    269279   
    270280  #footer a { 
    271281    background: transparent; 
    272     color: #999; 
    273     font-weight: bold; 
     282    color: #555; 
     283    text-decoration: none; 
    274284  } 
    275285  #footer a:focus,  
     
    277287  #footer a:active { 
    278288    background: transparent; 
    279     color: #4D87C7; 
    280289    text-decoration: underline; 
    281290  } 
     
    451460   */ 
    452461 
    453   /* Special styles for entries or menus ... */ 
    454   .post { 
    455   } 
    456   .menu { 
     462  /* Special styles for lists */ 
     463  ul { 
     464    list-style-image: url('../../images/design/bg_li.gif') 
     465  } 
     466 
     467  /* Common corners definitions for the Design Boxes */ 
     468  .db_cornerstop, 
     469  .db_cornerstop span, 
     470  .db_cornersbottom, 
     471  .db_cornersbottom span { 
     472    display: block; 
     473    font-size: 0px; 
     474    height: 10px; 
     475    line-height: 0; 
     476  } 
     477  .db_content, 
     478  .db_content_inner { 
     479    position: relative; 
     480  } 
     481 
     482  /* Design box #1 */ 
     483  .db1 { 
     484    position: relative; 
     485    margin: 0 0 10px; 
     486  } 
     487  .db1 .db_content { 
     488    background: #fff url('../../images/design/bg_db1_content.png') no-repeat scroll top right; 
     489  } 
     490  .db1 .db_content_inner { 
     491    background: url('../../images/design/bg_db1_content.png') no-repeat scroll top left; 
     492    padding: 10px; 
     493  } 
     494  .db1 .db_title { 
     495    background: #fff url('../../images/design/bg_db1_title.png') repeat-x; 
     496    border-right: 1px solid #E8E8E8; 
     497    float: none; 
     498    height: 34px; 
     499    margin: -10px -10px 10px; 
     500  } 
     501  .db1 .db_title h2, 
     502  .db1 .db_title h3, 
     503  .db1 .db_title h4 { 
     504    background: url('../../images/design/bg_db1_title_left.png') no-repeat scroll top left; 
     505    color: #004FA2; 
     506    display: block; 
     507    height: 27px; 
     508    padding-left: 20px;     
     509    padding-top: 7px;  
     510  } 
     511  .db1 .db_cornerstop, 
     512  .db1 .db_cornerstop span, 
     513  .db1 .db_cornersbottom, 
     514  .db1 .db_cornersbottom span { 
     515    display: none; 
     516  } 
     517 
     518  /* Design box #2 */ 
     519  .db2 { 
     520    margin: 0 0 10px; 
     521  }  
     522  .db2 .db_content { 
     523    background: #fff url('../../images/design/bg_db2_content_right.png') repeat-y scroll right; 
     524  } 
     525  .db2 .db_content_inner { 
     526    background: url('../../images/design/bg_db2_content_left.png') repeat-y scroll left; 
     527    padding: 0px 10px 0px 10px; 
     528  } 
     529 
     530  .db2 .db_title h2, 
     531  .db2 .db_title h3, 
     532  .db2 .db_title h4 { 
     533    border-bottom: 1px solid #E0E1E1; 
     534    margin: 0 5px 10px 5px; 
     535    padding: 0px 5px 5px 10px; 
     536  } 
     537 
     538  .db2 .db_cornerstop { 
     539    background: url('../../images/design/bg_db2_right.png') no-repeat scroll right top; 
     540  } 
     541  .db2 .db_cornerstop span { 
     542    background: url('../../images/design/bg_db2_left.png') no-repeat scroll left top; 
     543  } 
     544  .db2 .db_cornersbottom { 
     545    background: url('../../images/design/bg_db2_right.png') no-repeat scroll right bottom; 
     546  } 
     547  .db2 .db_cornersbottom span { 
     548    background: url('../../images/design/bg_db2_left.png') no-repeat scroll left bottom; 
     549  } 
     550 
     551  /* Design box #3 */ 
     552  .db3 { 
     553    margin: 0 0 10px; 
     554  } 
     555  .db3 .db_content { 
     556    background: #ebf3fa; 
     557    border-left: 1px solid #b1c9d9; 
     558    border-right: 1px solid #b1c9d9; 
     559    padding: 0px 10px; 
     560  } 
     561  .db3 .db_title h2, 
     562  .db3 .db_title h3, 
     563  .db3 .db_title h4 { 
     564    border-bottom: 1px solid #b1c9d9; 
     565    margin: 0 5px 10px 5px; 
     566    padding: 0px 5px 5px 10px; 
     567  } 
     568 
     569  .db3 .db_cornerstop { 
     570    background: url('../../images/design/bg_db3_right.gif') no-repeat scroll right top; 
     571  } 
     572  .db3 .db_cornerstop span { 
     573    background: url('../../images/design/bg_db3_left.gif') no-repeat scroll left top; 
     574  } 
     575  .db3 .db_cornersbottom { 
     576    background: url('../../images/design/bg_db3_right.gif') no-repeat scroll right bottom; 
     577  } 
     578  .db3 .db_cornersbottom span { 
     579    background: url('../../images/design/bg_db3_left.gif') no-repeat scroll left bottom; 
     580  } 
     581 
     582  /* Design box #4 */ 
     583  .db4 { 
     584    margin: 0 0 10px; 
     585  } 
     586  .db4 .db_content { 
     587    background: #FAFAFA; 
     588    border-left: 1px solid #E0E1E1; 
     589    border-right: 1px solid #E0E1E1; 
     590    padding: 0px 10px; 
     591  } 
     592  .db4 .db_title h2, 
     593  .db4 .db_title h3, 
     594  .db4 .db_title h4 { 
     595    border-bottom: 1px solid #E0E1E1; 
     596    margin: 0 5px 10px 5px; 
     597    padding: 0px 5px 5px 10px; 
     598  } 
     599 
     600  .db4 .db_cornerstop { 
     601    background: url('../../images/design/bg_db4_right.png') no-repeat scroll right top; 
     602  } 
     603  .db4 .db_cornerstop span { 
     604    background: url('../../images/design/bg_db4_left.png') no-repeat scroll left top; 
     605  } 
     606  .db4 .db_cornersbottom { 
     607    background: url('../../images/design/bg_db4_right.png') no-repeat scroll right bottom; 
     608  } 
     609  .db4 .db_cornersbottom span { 
     610    background: url('../../images/design/bg_db4_left.png') no-repeat scroll left bottom; 
    457611  } 
    458612 
     
    545699  /* News Articles */ 
    546700  .news_index { 
    547     padding: 5px 0px 10px 0px; 
     701    padding: 15px 0 0; 
    548702  } 
    549703  .news_index h2 { 
     
    551705    padding: 2px 0px; 
    552706  } 
     707  .news_index h2 a { 
     708    text-decoration: none; 
     709  } 
    553710  .news_index .news_hometext, 
    554711  .news_index .news_hometext p { 
     
    564721    margin-top: 10px; 
    565722  } 
     723  .news_post_info { 
     724    color: #777; 
     725    font-size: 0.9em; 
     726    margin: 0 0 0.3em; 
     727  } 
    566728  .news_body, 
    567729  .news_body p { 
     
    570732  .news_categories { 
    571733    border-top: 1px solid #EFEFEF; 
    572     margin-top: 1em; /* optional */ 
     734    margin: 1em 0 0; /* optional */ 
    573735    text-align: right; 
    574736  } 
     
    649811  /* Example: Homepage main container */ 
    650812  .bt_home #main { 
    651     padding: 10px 0; 
     813    padding: 15px 0; 
    652814  } 
    653815 
  • themes/opendesigns/web2/templates/blocks/lsblock.htm

    r217 r407  
    11<!--[* $Id$ *]--> 
    22<!-- Left Block Start --> 
    3 <!--[if $title neq '']--><!--[* Display title if there is one *]--> 
    4 <h4 class="pn-block-title"><!--[$title]--></h4> 
    5 <!--[/if]--> 
    6 <div class="pn-block-content floatbox"> 
    7 <!--[$content]--> 
     3<div class="db3"> 
     4        <span class="db_cornerstop"><span>&nbsp;</span></span> 
     5        <div class="db_content"> 
     6                <div class="db_content_inner floatbox"> 
     7                        <!--[if $title neq '']--><!--[* Display title if there is one *]--> 
     8                        <div class="db_title"><h4><!--[$title]--></h4></div> 
     9                        <!--[/if]--> 
     10                        <!--[$content]--> 
     11                </div> 
     12        </div> 
     13        <span class="db_cornersbottom"><span>&nbsp;</span></span> 
    814</div> 
    915<!-- Left Block End --> 
  • themes/opendesigns/web2/templates/blocks/rsblock.htm

    r217 r407  
    11<!--[* $Id$ *]--> 
    22<!-- Right Block Start --> 
    3 <!--[if $title neq '']--><!--[* Display title if there is one *]--> 
    4 <h4 class="pn-block-title"><!--[$title]--></h4> 
    5 <!--[/if]--> 
    6 <div class="pn-block-content floatbox"> 
    7 <!--[$content]--> 
     3<div class="db4"> 
     4        <span class="db_cornerstop"><span>&nbsp;</span></span> 
     5        <div class="db_content"> 
     6                <div class="db_content_inner floatbox"> 
     7                        <!--[if $title neq '']--><!--[* Display title if there is one *]--> 
     8                        <div class="db_title"><h4><!--[$title]--></h4></div> 
     9                        <!--[/if]--> 
     10                        <!--[$content]--> 
     11                </div> 
     12        </div> 
     13        <span class="db_cornersbottom"><span>&nbsp;</span></span> 
    814</div> 
    915<!-- Right Block End --> 
  • themes/opendesigns/web2/templates/body/2col.htm

    r404 r407  
    66                <div id="header" class="floatbox"> 
    77                        <div id="topnav"> 
     8                                <span id="topnav_cornerleft">&nbsp;</span> 
    89                                <!-- start: skip link navigation --> 
    910                                <a class="skip" href="#navigation" title="<!--[pnml name='_AB_SKIPLINK']-->"><!--[pnml name='_AB_SKIPTO_NAVIGATION']--></a><span class="hideme">.</span> 
     
    1718                                <!--[userlinks start='' end='&nbsp;']--> 
    1819                                <!--[bt_htmloutput section='fontresize']--> 
     20                                <span id="topnav_cornerright">&nbsp;</span> 
    1921                        </div> 
    2022                        <a href="<!--[$baseurl]-->"><!--[pnimg src='logo.png' class='logo' alt='logo']--></a> 
    2123                        <h1><a href="<!--[$baseurl]-->" title="<!--[pnml name='_AB_GOTOHOMEPAGE']-->"><!--[sitename]--></a></h1> 
    2224                        <span class="slogan"><!--[slogan]--></span> 
     25 
     26                        <!-- begin: main navigation #nav --> 
     27                        <div id="nav"> 
     28                                <!-- skiplink anchor: navigation --> 
     29                                <a id="navigation" name="navigation"></a> 
     30                                <!--[if $usenavtop eq 'b']--> 
     31                                        <!--[blockposition name='navtop']--> 
     32                                <!--[else]--> 
     33                                        <!--[bt_userlinks span=true]--> 
     34                                <!--[/if]--> 
     35                        </div> 
     36                        <!-- end: main navigation --> 
    2337                </div> 
    2438                <!-- end: #header --> 
    25  
    26                 <!-- begin: main navigation #nav --> 
    27                 <div id="nav"> 
    28                         <!-- skiplink anchor: navigation --> 
    29                         <a id="navigation" name="navigation"></a> 
    30                         <!--[if $usenavtop eq 'b']--> 
    31                                 <!--[blockposition name='navtop']--> 
    32                         <!--[else]--> 
    33                                 <!--[bt_userlinks]--> 
    34                         <!--[/if]--> 
    35                 </div> 
    36                 <!-- end: main navigation --> 
    3739 
    3840                <!-- begin: main content area #main --> 
  • themes/opendesigns/web2/templates/body/3col231.htm

    r404 r407  
    66                <div id="header" class="floatbox"> 
    77                        <div id="topnav"> 
     8                                <span id="topnav_cornerleft">&nbsp;</span> 
    89                                <!-- start: skip link navigation --> 
    910                                <a class="skip" href="#navigation" title="<!--[pnml name='_AB_SKIPLINK']-->"><!--[pnml name='_AB_SKIPTO_NAVIGATION']--></a><span class="hideme">.</span> 
     
    1718                                <!--[userlinks start='' end='&nbsp;']--> 
    1819                                <!--[bt_htmloutput section='fontresize']--> 
     20                                <span id="topnav_cornerright">&nbsp;</span> 
    1921                        </div> 
    2022                        <a href="<!--[$baseurl]-->"><!--[pnimg src='logo.png' class='logo' alt='logo']--></a> 
    2123                        <h1><a href="<!--[$baseurl]-->" title="<!--[pnml name='_AB_GOTOHOMEPAGE']-->"><!--[sitename]--></a></h1> 
    2224                        <span class="slogan"><!--[slogan]--></span> 
     25 
     26                        <!-- begin: main navigation #nav --> 
     27                        <div id="nav"> 
     28                                <!-- skiplink anchor: navigation --> 
     29                                <a id="navigation" name="navigation"></a> 
     30                                <!--[if $usenavtop eq 'b']--> 
     31                                        <!--[blockposition name='navtop']--> 
     32                                <!--[else]--> 
     33                                        <!--[bt_userlinks span=true]--> 
     34                                <!--[/if]--> 
     35                        </div> 
     36                        <!-- end: main navigation --> 
    2337                </div> 
    2438                <!-- end: #header --> 
    25  
    26                 <!-- begin: main navigation #nav --> 
    27                 <div id="nav"> 
    28                         <!-- skiplink anchor: navigation --> 
    29                         <a id="navigation" name="navigation"></a> 
    30                         <!--[if $usenavtop eq 'b']--> 
    31                                 <!--[blockposition name='navtop']--> 
    32                         <!--[else]--> 
    33                                 <!--[bt_userlinks]--> 
    34                         <!--[/if]--> 
    35                 </div> 
    36                 <!-- end: main navigation --> 
    3739 
    3840                <!-- begin: main content area #main --> 
  • themes/opendesigns/web2/templates/body/3col.htm

    r404 r407  
    66                <div id="header" class="floatbox"> 
    77                        <div id="topnav"> 
     8                                <span id="topnav_cornerleft">&nbsp;</span> 
    89                                <!-- start: skip link navigation --> 
    910                                <a class="skip" href="#navigation" title="<!--[pnml name='_AB_SKIPLINK']-->"><!--[pnml name='_AB_SKIPTO_NAVIGATION']--></a><span class="hideme">.</span> 
     
    1718                                <!--[userlinks start='' end='&nbsp;']--> 
    1819                                <!--[bt_htmloutput section='fontresize']--> 
     20                                <span id="topnav_cornerright">&nbsp;</span> 
    1921                        </div> 
    2022                        <a href="<!--[$baseurl]-->"><!--[pnimg src='logo.png' class='logo' alt='logo']--></a> 
    2123                        <h1><a href="<!--[$baseurl]-->" title="<!--[pnml name='_AB_GOTOHOMEPAGE']-->"><!--[sitename]--></a></h1> 
    2224                        <span class="slogan"><!--[slogan]--></span> 
     25 
     26                        <!-- begin: main navigation #nav --> 
     27                        <div id="nav"> 
     28                                <!-- skiplink anchor: navigation --> 
     29                                <a id="navigation" name="navigation"></a> 
     30                                <!--[if $usenavtop eq 'b']--> 
     31                                        <!--[blockposition name='navtop']--> 
     32                                <!--[else]--> 
     33                                        <!--[bt_userlinks span=true]--> 
     34                                <!--[/if]--> 
     35                        </div> 
     36                        <!-- end: main navigation --> 
    2337                </div> 
    2438                <!-- end: #header --> 
    2539 
    26                 <!-- begin: main navigation #nav --> 
    27                 <div id="nav"> 
    28                         <!-- skiplink anchor: navigation --> 
    29                         <a id="navigation" name="navigation"></a> 
    30                         <!--[if $usenavtop eq 'b']--> 
    31                                 <!--[blockposition name='navtop']--> 
    32                         <!--[else]--> 
    33                                 <!--[bt_userlinks]--> 
    34                         <!--[/if]--> 
    35                 </div> 
    36                 <!-- end: main navigation --> 
    37  
    3840                <!-- begin: main content area #main --> 
    39                 <div id="main"> 
     41                <div id="main" class="floatbox"> 
    4042                        <!-- begin: #col1 - main column --> 
    4143                        <div id="col1"> 
  • themes/opendesigns/web2/templates/body/grid.htm

    r343 r407  
    66                <div id="header" class="floatbox"> 
    77                        <div id="topnav"> 
     8                                <span id="topnav_cornerleft">&nbsp;</span> 
    89                                <!-- start: skip link navigation --> 
    910                                <a class="skip" href="#navigation" title="<!--[pnml name='_AB_SKIPLINK']-->"><!--[pnml name='_AB_SKIPTO_NAVIGATION']--></a><span class="hideme">.</span> 
     
    1718                                <!--[userlinks start='' end='&nbsp;']--> 
    1819                                <!--[bt_htmloutput section='fontresize']--> 
     20                                <span id="topnav_cornerright">&nbsp;</span> 
    1921                        </div> 
    2022                        <a href="<!--[$baseurl]-->"><!--[pnimg src='logo.png' class='logo' alt='logo']--></a> 
    2123                        <h1><a href="<!--[$baseurl]-->" title="<!--[pnml name='_AB_GOTOHOMEPAGE']-->"><!--[sitename]--></a></h1> 
    2224                        <span class="slogan"><!--[slogan]--></span> 
     25 
     26                        <!-- begin: main navigation #nav --> 
     27                        <div id="nav" class="clearfix"> 
     28                                <!-- skiplink anchor: navigation --> 
     29                                <a id="navigation" name="navigation"></a> 
     30                                <!--[if $usenavtop eq 'b']--> 
     31                                        <!--[blockposition name='navtop']--> 
     32                                <!--[else]--> 
     33                                        <!--[bt_userlinks span=true]--> 
     34                                <!--[/if]--> 
     35                        </div> 
     36                        <!-- end: main navigation --> 
    2337                </div> 
    2438                <!-- end: #header --> 
    25  
    26                 <!-- begin: main navigation #nav --> 
    27                 <div id="nav"> 
    28                         <!-- skiplink anchor: navigation --> 
    29                         <a id="navigation" name="navigation"></a> 
    30                         <!--[if $usenavtop eq 'b']--> 
    31                                 <!--[blockposition name='navtop']--> 
    32                         <!--[else]--> 
    33                                 <!--[bt_userlinks]--> 
    34                         <!--[/if]--> 
    35                 </div> 
    36                 <!-- end: main navigation --> 
    3739 
    3840                <!-- begin: main content area #main --> 
  • themes/opendesigns/web2/templates/config/forum.ini

    r342 r407  
    1818[blockpositions] 
    1919navtop = navblock.htm 
    20 ;left = lsblock.htm 
     20left = lsblock.htm 
    2121center = ccblock.htm 
    22 ;right = rsblock.htm 
     22right = rsblock.htm 
    2323;centerbl = cbblock.htm 
    2424;centerbr = cbblock.htm 
  • themes/opendesigns/web2/templates/config/home.ini

    r342 r407  
    1818[blockpositions] 
    1919navtop = navblock.htm 
    20 ;left = lsblock.htm 
     20left = lsblock.htm 
    2121center = ccblock.htm 
    22 ;right = rsblock.htm 
     22right = rsblock.htm 
    2323;bottoml = bsblock.htm 
    2424;bottom = bsblock.htm 
  • themes/opendesigns/web2/templates/config/themevariables.ini

    r329 r407  
    11[variables] 
    22body   = 3col 
    3 layout = 213_nc 
     3layout = 123_nc 
    44usenavtop = p 
    55usefontresize = y 
  • themes/opendesigns/web2/templates/footer.htm

    r405 r407  
    66         * http://www.yaml.de/en/license/license-conditions.html 
    77*]--> 
     8                &copy; <!--['Y'|date]--> <!--[sitename]-->. 
     9                <!--[pnml name='_AB_DESIGN_BY' by='Flashdaweb' url='http://www.flashdaweb.com' html=1]--> 
     10                <br /> 
    811                <a href="<!--[pnmodurl modname='News' type='user' func='view' theme='rss']-->" title="RSS"><img src="<!--[$imagepath]-->/icons/rss14x14.png" alt="RSS" width="14" height="14" /> RSS</a> 
    912                <span class="text_separator">|</span> 
     
    1619                <a href="#header" title="<!--[pnml name='_AB_BACKTOTOP']-->"><!--[pnml name='_AB_BACKTOTOP']--></a> 
    1720                <br /> 
    18                 &copy; <!--['Y'|date]--> <a href="<!--[$baseurl]-->"><!--[sitename]--></a>.&nbsp;&nbsp;&nbsp; 
    1921                <a href="http://community.zikula.org/" title="<!--[pnml name='_AB_POWERED_BY_ZIKULA']-->">Zikula</a> 
    2022                <span class="text_separator">|</span> 
  • themes/opendesigns/web2/templates/modules/News/news_user_articlecontent.htm

    r395 r407  
    66/* ]]> */</script> 
    77 
    8 <span class="news_category"><!--[$preformat.category]--></span> 
    9 <h2 class="news_title"><!--[$info.title]--></h2> 
     8<div class="db1 news_index"> 
     9  <div class="db_content"> 
     10  <div class="db_content_inner floatbox"> 
    1011 
    11 <!--[nocache]--> 
    12 <div id="news_editlinks"><!--[articleadminlinks sid=$info.sid]--></div> 
    13 <!--[if $enableajaxedit]--> 
    14 <div id="news_editlinks_ajax" class="hidelink"><!--[articleadminlinks sid=$info.sid page=$page type="ajax"]--></div> 
    15 <!--[/if]--> 
    16 <!--[/nocache]--> 
     12  <div class="db_title"><h2><!--[$info.title|pnvarprephtmldisplay]--></h2></div> 
     13  <p class="news_post_info"> 
     14    <!--[pnml name=_NEWS_POSTEDBYANDON username=$info.informant date=$info.briefdatetime]--> 
     15    <br /> 
     16    <!--[if !empty($info.categories)]--> 
     17        <!--[pnml name='_NEWS_FILEDUNDER']-->: <!--[foreach from=$preformat.categories item='categorylink' name='articleCatsLoop']--><!--[$categorylink]--><!--[if $smarty.foreach.articleCatsLoop.last ne true]-->, <!--[/if]--><!--[/foreach]--> 
     18    <!--[/if]--> 
     19  </p> 
    1720 
    18 <p class="news_meta"><!--[pnml name=_NEWS_POSTEDBYANDON username=$info.informant date=$info.briefdatetime]--></p> 
     21  <!--[nocache]--> 
     22  <div id="news_editlinks"><!--[articleadminlinks sid=$info.sid]--></div> 
     23  <!--[if $enableajaxedit]--> 
     24  <div id="news_editlinks_ajax" class="hidelink"><!--[articleadminlinks sid=$info.sid page=$page type="ajax"]--></div> 
     25  <!--[/if]--> 
     26  <!--[/nocache]--> 
    1927 
    20 <!--[if $links.searchtopic neq '' AND $info.topicimage neq '']--> 
    21 <!--[* from News 2.4 onwards catimagepath exists *]--> 
    22 <!--[if $catimagepath eq '']--><!--[assign var='catimagepath' value='images/topics/']--><!--[/if]--> 
    23 <p id="news_topic" class="news_meta"><a href="<!--[$links.searchtopic]-->"><img src="<!--[$catimagepath]--><!--[$info.topicimage]-->" alt="<!--[$info.topicname]-->" title="<!--[$info.topicname]-->" /></a></p> 
    24 <!--[/if]--> 
    2528 
    26 <div id="news_body" class="news_body"> 
    27         <!--[$preformat.maintext]--> 
     29  <!--[if $links.searchtopic neq '' AND $info.topicimage neq '']--> 
     30  <!--[* from News 2.4 onwards catimagepath exists *]--> 
     31  <!--[if $catimagepath eq '']--><!--[assign var='catimagepath' value='images/topics/']--><!--[/if]--> 
     32  <p id="news_topic" class="news_meta"><a href="<!--[$links.searchtopic]-->"><img src="<!--[$catimagepath]--><!--[$info.topicimage]-->" alt="<!--[$info.topicname]-->" title="<!--[$info.topicname]-->" /></a></p> 
     33  <!--[/if]--> 
     34 
     35  <div id="news_body" class="news_body"> 
     36    <!--[$preformat.maintext]--> 
     37  </div> 
     38  <!--[if $preformat.notes neq '']--> 
     39  <p id="news_notes" class="news_meta"><!--[$preformat.notes]--></p> 
     40  <!--[/if]--> 
     41 
     42  <!--[*<p class="diggers"><!--[diggers title=$info.title sid=$info.sid]--></p>*]--> 
     43  <br class="clear" /> 
     44  <!--[* the next code is to display the pager *]--> 
     45  <!--[pager rowcount=$pager.numitems limit=$pager.itemsperpage posvar=page shift=1]--> 
     46  </div> 
     47  </div> 
    2848</div> 
    29 <!--[if $preformat.notes neq '']--> 
    30 <p id="news_notes" class="news_meta"><!--[$preformat.notes]--></p> 
    31 <!--[/if]--> 
    32  
    33 <!--[*<p class="diggers"><!--[diggers title=$info.title sid=$info.sid]--></p>*]--> 
    34 <br class="clear" /> 
    35 <!--[* the next code is to display the pager *]--> 
    36 <!--[pager rowcount=$pager.numitems limit=$pager.itemsperpage posvar=page shift=1]--> 
  • themes/opendesigns/web2/templates/modules/News/news_user_index.htm

    r405 r407  
    11<!--[* $Id$ *]--> 
    2 <div class="news_index floatbox"> 
    3   <span class="news_index_date"><!--[$info.briefdate|pnvarprephtmldisplay]--></span><br /> 
    4   <h2><!--[$preformat.title|pnvarprephtmldisplay]--></h2> 
     2<div class="db1 news_index"> 
     3  <div class="db_content"> 
     4  <div class="db_content_inner floatbox"> 
     5 
     6  <div class="db_title"><h2><!--[$preformat.title|pnvarprephtmldisplay]--></h2></div> 
     7  <p class="news_post_info"> 
     8  <!--[pnml name='_NEWS_POSTEDBY' username=$info.informant|userprofilelink html=1]--> 
     9  </p> 
    510 
    611  <div class="news_hometext floatbox"><!--[$info.hometext|pnvarprephtmldisplay]--></div> 
     
    914  <!--[/if]--> 
    1015 
    11   <div class="news_categories"> 
     16  <p class="news_categories"> 
    1217        <!--[* <p class="diggers"><!--[diggers title=$info.title url=$url]--></p> *]--> 
    1318    <!--[if !empty($info.categories)]--> 
    1419        <!--[pnml name='_NEWS_FILEDUNDER']-->: <!--[foreach from=$preformat.categories item='categorylink' name='articleCatsLoop']--><!--[$categorylink]--><!--[if $smarty.foreach.articleCatsLoop.last ne true]--><span class="text_separator">|</span><!--[/if]--><!--[/foreach]--> 
    1520    <!--[/if]--> 
     21  </p> 
     22  <!--[* $preformat.readmore]--> <!--[recommend modname='News' itemid=$info.sid]--> <!--[$preformat.print *]--> 
    1623  </div> 
    17   <!--[* $preformat.readmore]--> <!--[recommend modname='News' itemid=$info.sid]--> <!--[$preformat.print *]--> 
     24  </div> 
    1825</div> 
  • themes/opendesigns/web2/version.php

    r401 r407  
    1111 
    1212 
    13 $themeversion['name']           = 'blanktheme'; 
    14 $themeversion['displayname']    = _BLANKTHEME_DISPLAYNAME; 
    15 $themeversion['description']    = _BLANKTHEME_DESCRIPTION; 
     13$themeversion['name']           = 'web2'; 
     14$themeversion['displayname']    = _WEB2THEME_DISPLAYNAME; 
     15$themeversion['description']    = _WEB2THEME_DESCRIPTION; 
    1616$themeversion['version']        = '0.9'; 
    1717$themeversion['regid']          = '0'; 
    1818$themeversion['official']       = '0'; 
    19 $themeversion['author']         = 'BlankTheme Team'; 
    20 $themeversion['contact']        = 'http://www.blanktheme.org'; 
     19$themeversion['author']         = 'BlankTheme Team, FlashDaWeb Team '; 
     20$themeversion['contact']        = 'http://www.blanktheme.org, http://www.flashdaweb.com'; 
    2121$themeversion['admin']          = 1; 
    2222$themeversion['user']           = 1; 
     
    2525$themeversion['credits']        = 'docs/credits.txt'; 
    2626$themeversion['help']           = 'docs/help.txt'; 
    27 $themeversion['license']        = 'docs/license.txt'; 
     27$themeversion['license']        = 'http://creativecommons.org/licenses/by/2.5/'; 
    2828$themeversion['xhtml']          = true; 
    2929 
    30 $themeversion['extra']          = array('blanktheme' => '0.9', 
     30$themeversion['extra']          = array('blanktheme' => '0.9-406', 
    3131                                        'yaml'       => '3.1'); 
 
 
Powered by Trac
Design by Arcsin