{{indexmenu_n>10}} ====== Navi: 1-2-3-List (jQuery) ====== **Direction:** right - left. The navigation is a list of numbers //(1 2 3 4 5 ...)//. \\ **Version:** V1.0 \\ **Update:** -- ---- \\ ===== Frontend output: ===== {{:deutsch:phpwcms-system:artikel:contentparts:bilder-spezial:lof-slidernews:fe_image_special_opacity01_1.gif|}} ===== Backend CP image special: ===== {{:deutsch:phpwcms-system:artikel:contentparts:bilder-spezial:lof-slidernews:be_image_special_opacity01_1_en.gif|}} ~~UP~~ \\ ====== Description: ====== * This example is used for large images the aspect ratio of 4:3. The width provides 450px. * The navigation is generated from consecutive numbers starting at 1. These parameters are set in the template * large image: * INI: width = 450, height = 350 * JS: mainWidth :450 and the CSS file. In the CP the large image must be entered into the "thumbnail" field, otherwise no picture was generated. ** InfoBox:** * In the CP will be determined by the switch "effect 1", if opacity is active. The text message is "displayed animated" when the switch "effect 2" is set (only possible for opacity). * In the info text URL can be merged to each picture. * With the switch "hide caption for thumbnails" the output of the InfoBox is set to off. As shown in the backend graphic above, almost all the setting in the CP are moved to the template. So possible input errors in the CP can be avoided. \\ ===== Template: ===== **File:** template/inc_cntpart/imagespecial/Lof-JSliderNews-1-2-3.tmpl * **For IE9:** isPreloaded : false, // for IE9 sorry * **Navi background color:** \\ ; this is formatted like WIN.INI ; please: do not use comments for value lines ; settings will overwrite CP settings width = 450 height = 350 width_zoom = 450 height_zoom = 350 col = 1 ;space = 10 zoom = 1 lightbox = 0 ;nocaption = 0 ; 0 = no center, 1 = horizontal/vertical, 2 = horizontal, 3 = vertical ;center = 2 crop = 0 crop_zoom = 0 ;fx1 = 0 ;fx2 = 0 ;fx3 = 0 [TITLE]

{TITLE}

[/TITLE] [SUBTITLE]{SUBTITLE}[/SUBTITLE]
  • {ALT} [CAPTION]
    [TITLE][/TITLE] [INFOTEXT]{INFOTEXT}[/INFOTEXT] [TITLE]

    [IMAGE_URL]» [/IMAGE_URL]{TITLE}[IMAGE_URL]:[/IMAGE_URL]  {ALT}

    [/TITLE]
    [/CAPTION]
    [PHP]echo {IMGID}+1;[/PHP]
[TEXT]{TEXT}[/TEXT]
\\ ===== CSS and JavaScript: ===== See [[english/phpwcms-system/article/contentparts/images-special/lof-slidernews]] \\