Update of /cvsroot/phpwebsite-comm/modules/vshop/templates In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13083/templates Added Files: edit_option_set.tpl edit_option_value.tpl list_option_sets.tpl list_option_values.tpl view_option_set.tpl view_option_value.tpl Log Message: initial 0.7.0 work --- NEW FILE: edit_option_value.tpl --- {START_FORM} <fieldset> <legend><strong>{INFO_LABEL}</strong></legend> <p><strong>{TITLE_LABEL}</strong><br />{TITLE}</p> <p>{SET_ID} <strong>{SET_ID_LABEL}</strong></p> <p>{SORT} <strong>{SORT_LABEL}</strong></p> </fieldset> {SUBMIT} {END_FORM} --- NEW FILE: edit_option_set.tpl --- {START_FORM} <fieldset> <legend><strong>{INFO_LABEL}</strong></legend> <p><strong>{TITLE_LABEL}</strong><br />{TITLE}</p> <p>{TYPE} <strong>{TYPE_LABEL}</strong></p> </fieldset> {SUBMIT} {END_FORM} --- NEW FILE: view_option_set.tpl --- <div id="vshop-option_set"> <div align="right">{OPTION_SET_LINKS}</div> <h3>{SET_LABEL}</h3> <div> <strong>{TITLE_LABEL}</strong> {TITLE}<br /> <strong>{TYPE_LABEL}</strong> {TYPE}<br /> </div> <br /> <h3>{VALUES_LABEL}</h3> <!-- BEGIN values --> <div> {VALUE_TITLE} <!-- BEGIN value_links -->* {VALUE_LINKS}<!-- END value_links --><br /> </div> <!-- END values --> <br /> </div> --- NEW FILE: view_option_value.tpl --- <div id="vshop-option_value"> <div align="right">{OPTION_VALUE_LINKS}</div> <strong>{TITLE}</strong> <p>{TYPE}</p> </div> --- NEW FILE: list_option_sets.tpl --- <!-- BEGIN add_link --><div align="right">{ADD_LINK}</div><!-- END add_link --> <table width="99%" cellpadding="4"> <tr> <th>{TITLE_HEADER} {TITLE_SORT}</th> <th>{TYPE_HEADER} {TYPE_SORT}</th> <th>{VALUES_HEADER}</th> <th> </th> </tr> <!-- BEGIN listrows --> <tr {TOGGLE}> <td>{TITLE}</td> <td>{TYPE}</td> <td>{VALUES}</td> <td>{ACTION}</td> </tr> <!-- END listrows --> </table> {EMPTY_MESSAGE} <div class="align-center"> {TOTAL_ROWS}<br /> {PAGE_LABEL} {PAGES}<br /> {LIMIT_LABEL} {LIMITS} </div> --- NEW FILE: list_option_values.tpl --- <!-- BEGIN add_link --><div align="right">{ADD_LINK}</div><!-- END add_link --> <table width="99%" cellpadding="4"> <tr> <th>{TITLE_HEADER} {TITLE_SORT}</th> <th>{SET_HEADER} {SET_ID_SORT}</th> <th>{SORT_HEADER} {SORT_SORT}</th> <th> </th> </tr> <!-- BEGIN listrows --> <tr {TOGGLE}> <td>{TITLE}</td> <td>{SET}</td> <td>{SORT}</td> <td>{ACTION}</td> </tr> <!-- END listrows --> </table> {EMPTY_MESSAGE} <div class="align-center"> {TOTAL_ROWS}<br /> {PAGE_LABEL} {PAGES}<br /> {LIMIT_LABEL} {LIMITS} </div> |