Jquery template nested template, generate select to adjust the sorting value, jquerytemplate
List template
<Script id = "tbTmpl" type = "text/x-jquery-tmpl"> <tr> <td >$ {Id} </td> <td >$ {Name} </td> <td >$ {ParentName} </td> <select class = "move" >{{ each (I, v) count }}< option value = "$ {I + 1}" {if Rank = I + 1 }}selected = "selected" {{/ if }}>$ {I + 1 }</option >{{/each }}</select> </td> <div class = "btn-group"> <a href =" javascript :; "class =" btn-small btn-info edit "data =" $ {Id} "> modify </a> <a href =" javascript :; "class =" btn-small btn-danger del "data =" $ {Id} "> Delete </a> </div> </td> </tr> </script>
Nested select option Template
<script id="optionTmpl" type="text/x-jquery-tmpl"> <option value="${Id}">${Name}</option> </script>
Count indicates the length of the returned data. You need to define a variable.
How to Use nested templates
I found this on the Internet. I am also learning zencart. I wish you success!
How to modify the Zen-cart Template
DIR_WS_CATALOG // zent cat Directory, which are defined in replicdes/configure. php.
Meta_tags.php // defines the meta information of the website. These are obtained from the database. Under des/modules/
HTML_PARAMS // defined in the constant file of the template language.
$ Current_page_base in includes/init_inicludes/init_sanitize.php $ _ GET ['main _ page']
Manufacturers_id producer ID
Product_id product ID
$ Tmp_pagename index_home
Loading of modules/pages
======================================
Files loaded on the home page
Html_header.php
Tpl_index_default.php {indexdefamainmaincontent can be edited on the homepage}
Tpl_modules_featured_products.php-> tpl_columnar_display.php
BannerOne banners [Background bannner control]
Logo modification tpl_header.php page in the template's images/logo.gif
Id = "mainwrapper"
Common/tpl_header.php: The headers of all pages can be used for AD purposes.
Id = "headerwrapper"
NavColumnOnewrapper
NavEZpagesTOp simple page connection
On the left, the SQL parameters under the templates/template/sideboxes/template are listed in categories. php.
==================================
1. Add a connection method on the top of the homepage.
Find zcen/tpl_header.php under the template folder.
Add a <div> connection </div> between # topbarwrap and # topbar and write the connection you want.
2. Replace the Logo. This is not available in the background. It is defined in the package file.
Locate ages/english/zcen/header. php and find the constant modification of Header_logo_image.
Alternatively, replace the logo.gif file/registrdes/templates/zcen/images/logo.gif in the template.
3. navigation bar (this background is designed)
Style adjustment # navEZPagesTop
Backend Parameter Adjustment: 0 1 2
Ezpage settings in the background
4. Modify the category name of the Home Page
Open/templates/ages/english. php
Find: define ("BOX_HEADING_CATEGORIES", "CATEGORIES ")
Change to: define ("BOX_HEADING_CATEGORIES", "Select you game ");
Master'
D: \ WEB \ zen-cart \ shortdes \ templates \ ...... the remaining full text>
Nested templates in the zen-cart program
I found this on the Internet. I am also learning zencart. I wish you success!
How to modify the Zen-cart Template
DIR_WS_CATALOG // zent cat Directory, which are defined in replicdes/configure. php.
Meta_tags.php // defines the meta information of the website. These are obtained from the database. Under des/modules/
HTML_PARAMS // defined in the constant file of the template language.
$ Current_page_base in includes/init_inicludes/init_sanitize.php $ _ GET ['main _ page']
Manufacturers_id producer ID
Product_id product ID
$ Tmp_pagename index_home
Loading of modules/pages
======================================
Files loaded on the home page
Html_header.php
Tpl_index_default.php {indexdefamainmaincontent can be edited on the homepage}
Tpl_modules_featured_products.php-> tpl_columnar_display.php
BannerOne banners [Background bannner control]
Logo modification tpl_header.php page in the template's images/logo.gif
Id = "mainwrapper"
Common/tpl_header.php: The headers of all pages can be used for AD purposes.
Id = "headerwrapper"
NavColumnOnewrapper
NavEZpagesTOp simple page connection
On the left, the SQL parameters under the templates/template/sideboxes/template are listed in categories. php.
==================================
1. Add a connection method on the top of the homepage.
Find zcen/tpl_header.php under the template folder.
Add a <div> connection </div> between # topbarwrap and # topbar and write the connection you want.
2. Replace the Logo. This is not available in the background. It is defined in the package file.
Locate ages/english/zcen/header. php and find the constant modification of Header_logo_image.
Alternatively, replace the logo.gif file/registrdes/templates/zcen/images/logo.gif in the template.
3. navigation bar (this background is designed)
Style adjustment # navEZPagesTop
Backend Parameter Adjustment: 0 1 2
Ezpage settings in the background
4. Modify the category name of the Home Page
Open/templates/ages/english. php
Find: define ("BOX_HEADING_CATEGORIES", "CATEGORIES ")
Change to: define ("BOX_HEADING_CATEGORIES", "Select you game ");
Master'
D: \ WEB \ zen-cart \ shortdes \ templates \ ...... the remaining full text>