[Phpcms-plugins-cvs] admin4phpCMS/modules/phpcms/templates phpcms-server.tpl,1.1,1.2 phpcms-config.t
Brought to you by:
mjahn
Update of /cvsroot/phpcms-plugins/admin4phpCMS/modules/phpcms/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4823/modules/phpcms/templates Modified Files: phpcms-server.tpl phpcms-config.tpl phpcms-indexer.tpl module_phpcms.tpl phpcms-phpinfo.tpl phpcms-cache.tpl Log Message: Commit as backup during development Index: phpcms-config.tpl =================================================================== RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/modules/phpcms/templates/phpcms-config.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- phpcms-config.tpl 15 Apr 2005 15:20:03 -0000 1.2 +++ phpcms-config.tpl 15 May 2005 12:24:01 -0000 1.3 @@ -1,24 +1,26 @@ +{config_load file="`$MODULE_PATH`/phpcms/module_phpcms_`$LANG`.lng" section="config" scope="local"} +<h1>{#title_configuration#}</h1> +<form action="{$INDEX_FILE}?moduleid=phpcms&action=config" method="post"> <fieldset> - <legend>{$lang.PHPCMS_CONFIG_1}</legend> + <legend>{#label_config_1#}</legend> <label> - <span> <span class="hidden">{$lang.PHPCMS_CONFIG_1}</span></span> - <input type="submit" name="configform-submit" value="{$lang.PHPCMS_CONFIG_2}" /> + <span> <span class="hidden">{#label_config_1#}</span></span> + <input type="submit" name="configform-submit" value="{#label_config_2#}" /> </label> </fieldset> {if isset ($moduledata.error)} <fieldset> - <legend>{$lang.PHPCMS_CONFIG_3}</legend> - + <legend>{#label_config_3#}</legend> </fieldset> {/if} <fieldset> - <legend>{$lang.PHPCMS_CONFIG_4}</legend> + <legend>{#label_config_4#}</legend> <input type="hidden" name="type[PAGE_EXTENSION]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_5} + {#label_config_5#} <span> - {$lang.PHPCMS_CONFIG_6} + {#label_config_6#} </span> </span> <input type="text" name="values[PAGE_EXTENSION]" value="{$moduledata.default.PAGE_EXTENSION.value|strip_tags}" /> @@ -26,9 +28,9 @@ <input type="hidden" name="type[PAGE_DEFAULTNAME]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_7} + {#label_config_7#} <span> - {$lang.PHPCMS_CONFIG_8} + {#label_config_8#} </span> </span> <input type="text" name="values[PAGE_DEFAULTNAME]" value="{$moduledata.default.PAGE_DEFAULTNAME.value|strip_tags}" /> @@ -36,9 +38,9 @@ <input type="hidden" name="type[TEMPEXT]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_9} + {#label_config_9#} <span> - {$lang.PHPCMS_CONFIG_10} + {#label_config_10#} </span> </span> <input type="text" name="values[TEMPEXT]" value="{$moduledata.default.TEMPEXT.value|strip_tags}" /> @@ -46,9 +48,9 @@ <input type="hidden" name="type[GLOBAL_PROJECT_FILE]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_11} + {#label_config_11#} <span> - {$lang.PHPCMS_CONFIG_12} + {#label_config_12#} </span> </span> <input type="text" name="values[GLOBAL_PROJECT_FILE]" value="{$moduledata.default.GLOBAL_PROJECT_FILE.value|strip_tags}" /> @@ -56,9 +58,9 @@ <input type="hidden" name="type[GLOBAL_PROJECT_HOME]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_13} + {#label_config_13#} <span> - {$lang.PHPCMS_CONFIG_14} + {#label_config_14#} </span> </span> <input type="text" name="values [GLOBAL_PROJECT_HOME]" value="{$moduledata.default.GLOBAL_PROJECT_HOME.value|strip_tags}" /> @@ -66,22 +68,22 @@ <input type="hidden" name="type[PLUGINDIR]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_15} + {#label_config_15#} <span> - {$lang.PHPCMS_CONFIG_16} + {#label_config_16#} </span> </span> <input type="text" name="values[PLUGINDIR]" value="{$moduledata.default.PLUGINDIR.value|strip_tags}" /> </label> </fieldset> <fieldset> - <legend>{$lang.PHPCMS_CONFIG_17}</legend> + <legend>{#label_config_17#}</legend> <input type="hidden" name="type[START_FIELD]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_18} + {#label_config_18#} <span> - {$lang.PHPCMS_CONFIG_19} + {#label_config_19#} </span> </span> <input type="text" name="values[START_FIELD]" value="{$moduledata.default.START_FIELD.value|strip_tags}" /> @@ -89,9 +91,9 @@ <input type="hidden" name="type[STOP_FIELD]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_20} + {#label_config_20#} <span> - {$lang.PHPCMS_CONFIG_21} + {#label_config_21#} </span> </span> <input type="text" name="values[STOP_FIELD]" value="{$moduledata.default.STOP_FIELD.value|strip_tags}" /> @@ -99,9 +101,9 @@ <input type="hidden" name="type[MENU_DELIMITER]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_22} + {#label_config_22#} <span> - {$lang.PHPCMS_CONFIG_23} + {#label_config_23#} </span> </span> <input type="text" name="values[MENU_DELIMITER]" value="{$moduledata.default.MENU_DELIMITER.value|strip_tags}" /> @@ -109,9 +111,9 @@ <input type="hidden" name="type[TAG_DELIMITER]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_24} + {#label_config_24#} <span> - {$lang.PHPCMS_CONFIG_25} + {#label_config_25#} </span> </span> <input type="text" name="values[TAG_DELIMITER]" value="{$moduledata.default.TAG_DELIMITER.value|strip_tags}" /> @@ -119,9 +121,9 @@ <input type="hidden" name="type[PAX]" value="string" /> <div class="label"> <span class="info"> - {$lang.PHPCMS_CONFIG_26} + {#label_config_26#} <span> - {$lang.PHPCMS_CONFIG_27} + {#label_config_27#} </span> </span> <label class="horizontal"> @@ -137,9 +139,9 @@ <input type="hidden" name="type[PAXTAGS]" value="string" /> <div class="label"> <span class="info"> - {$lang.PHPCMS_CONFIG_28} + {#label_config_28#} <span> - {$lang.PHPCMS_CONFIG_29} + {#label_config_29#} </span> </span> <label class="horizontal"> @@ -155,9 +157,9 @@ <input type="hidden" name="type[MAIL2CRYPT]" value="string" /> <div class="label"> <span class="info"> - {$lang.PHPCMS_CONFIG_30} + {#label_config_30#} <span> - {$lang.PHPCMS_CONFIG_31} + {#label_config_31#} </span> </span> <label class="horizontal"> @@ -174,9 +176,9 @@ <input type="hidden" name="type[MAIL2CRYPT_JS]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_32} + {#label_config_32#} <span> - {$lang.PHPCMS_CONFIG_33} + {#label_config_33#} </span> </span> <input type="text" name="values[MAIL2CRYPT_JS]" value="{$moduledata.default.MAIL2CRYPT_JS.value|strip_tags}" /> @@ -184,9 +186,9 @@ <input type="hidden" name="type[MAIL2CRYPT_IMG]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_34} + {#label_config_34#} <span> - {$lang.PHPCMS_CONFIG_35} + {#label_config_35#} </span> </span> <input type="text" name="values[MAIL2CRYPT_IMG]" value="{$moduledata.default.MAIL2CRYPT_IMG.value|strip_tags}" /> @@ -195,9 +197,9 @@ <input type="hidden" name="type[ENABLE_ONLINE_EDITOR]" value="string" /> <div class="label"> <span class="info"> - {$lang.PHPCMS_CONFIG_36} + {#label_config_36#} <span> - {$lang.PHPCMS_CONFIG_37} + {#label_config_37#} </span> </span> <label class="horizontal"> @@ -213,13 +215,13 @@ </fieldset> <fieldset> - <legend>{$lang.PHPCMS_CONFIG_38}</legend> + <legend>{#label_config_38#}</legend> <input type="hidden" name="type[CACHE_STATE]" value="string" /> <div class="label"> <span class="info"> - {$lang.PHPCMS_CONFIG_39} + {#label_config_39#} <span> - {$lang.PHPCMS_CONFIG_40} + {#label_config_40#} </span> </span> <label class="horizontal"> @@ -236,9 +238,9 @@ <input type="hidden" name="type[CACHE_DIR]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_41} + {#label_config_41#} <span> - {$lang.PHPCMS_CONFIG_42} + {#label_config_42#} </span> </span> <input type="text" name="values[CACHE_DIR]" value="{$moduledata.default.CACHE_DIR.value|strip_tags}" /> @@ -247,9 +249,9 @@ <input type="hidden" name="type[CACHE_CLIENT]" value="string" /> <div class="label"> <span class="info"> - {$lang.PHPCMS_CONFIG_43} + {#label_config_43#} <span> - {$lang.PHPCMS_CONFIG_44} + {#label_config_44#} </span> </span> <label class="horizontal"> @@ -266,9 +268,9 @@ <input type="hidden" name="type[PROXY_CACHE_TIME]" value="int" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_45} + {#label_config_45#} <span> - {$lang.PHPCMS_CONFIG_46} + {#label_config_46#} </span> </span> <input type="text" name="values[PROXY_CACHE_TIME]" value="{$moduledata.default.PROXY_CACHE_TIME.value|strip_tags}" /> @@ -277,13 +279,13 @@ </fieldset> <fieldset> - <legend>{$lang.PHPCMS_CONFIG_47}</legend> + <legend>{#label_config_47#}</legend> <input type="hidden" name="type[GZIP]" value="string" /> <div class="label"> <span class="info"> - {$lang.PHPCMS_CONFIG_48} + {#label_config_48#} <span> - {$lang.PHPCMS_CONFIG_49} + {#label_config_49#} </span> </span> <label class="horizontal"> @@ -299,9 +301,9 @@ <input type="hidden" name="type[STEALTH]" value="string" /> <div class="label"> <span class="info"> - {$lang.PHPCMS_CONFIG_50} + {#label_config_50#} <span> - {$lang.PHPCMS_CONFIG_51} + {#label_config_51#} </span> </span> <label class="horizontal"> @@ -318,9 +320,9 @@ <div id="stealthmode" {if ($moduledata.default.STEALTH.value == 0)} class="hidden"{/if}> <div class="label"> <span class="info"> - {$lang.PHPCMS_CONFIG_52} + {#label_config_52#} <span> - {$lang.PHPCMS_CONFIG_53} + {#label_config_53#} </span> </span> <label class="horizontal"> @@ -338,9 +340,9 @@ <input type="hidden" name="type[NOLINKCHANGE]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_54} + {#label_config_54#} <span> - {$lang.PHPCMS_CONFIG_55} + {#label_config_55#} </span> </span> <textarea name="values[NOLINKCHANGE]" rows="3" cols="15">{$moduledata.default.NOLINKCHANGE.value}</textarea> @@ -349,9 +351,9 @@ <input type="hidden" name="type[TAGS_ERROR]" value="string" /> <div class="label"> <span class="info"> - {$lang.PHPCMS_CONFIG_56} + {#label_config_56#} <span> - {$lang.PHPCMS_CONFIG_57} + {#label_config_57#} </span> </span> <label class="horizontal"> @@ -367,9 +369,9 @@ <input type="hidden" name="type[DEBUG]" value="string" /> <div class="label"> <span class="info"> - {$lang.PHPCMS_CONFIG_58} + {#label_config_58#} <span> - {$lang.PHPCMS_CONFIG_59} + {#label_config_59#} </span> </span> <label class="horizontal"> @@ -386,9 +388,9 @@ <input type="hidden" name="type[ERROR_PAGE]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_60} + {#label_config_60#} <span> - {$lang.PHPCMS_CONFIG_61} + {#label_config_61#} </span> </span> <input type="text" name="values[ERROR_PAGE]" value="{$moduledata.default.ERROR_PAGE.value|strip_tags}" /> @@ -396,9 +398,9 @@ <input type="hidden" name="type[ERROR_PAGE_404]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_62} + {#label_config_62#} <span> - {$lang.PHPCMS_CONFIG_63} + {#label_config_63#} </span> </span> <input type="text" name="values[ERROR_PAGE_404]" value="{$moduledata.default.ERROR_PAGE_404.value|strip_tags}" /> @@ -407,13 +409,13 @@ </fieldset> <fieldset> - <legend>{$lang.PHPCMS_CONFIG_64}</legend> + <legend>{#label_config_64#}</legend> <input type="hidden" name="type[P3P_HEADER]" value="string" /> <div class="label"> <span class="info"> - {$lang.PHPCMS_CONFIG_65} + {#label_config_65#} <span> - {$lang.PHPCMS_CONFIG_66} + {#label_config_66#} </span> </span> <label class="horizontal"> @@ -430,9 +432,9 @@ <input type="hidden" name="type[P3P_POLICY]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_67} + {#label_config_67#} <span> - {$lang.PHPCMS_CONFIG_68} + {#label_config_68#} </span> </span> <textarea name="values[P3P_POLICY]" rows="3" cols="20">{$moduledata.default.P3P_POLICY.value}</textarea> @@ -440,9 +442,9 @@ <input type="hidden" name="type[P3P_HREF]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_69} + {#label_config_69#} <span> - {$lang.PHPCMS_CONFIG_70} + {#label_config_70#} </span> </span> <input type="text" name="values[P3P_HREF]" value="{$moduledata.default.P3P_HREF.value|strip_tags}" /> @@ -451,13 +453,13 @@ </fieldset> <fieldset> - <legend>{$lang.PHPCMS_CONFIG_71}</legend> + <legend>{#label_config_71#}</legend> <input type="hidden" name="type[I18N]" value="string" /> <div class="label"> <span class="info"> - {$lang.PHPCMS_CONFIG_72} + {#label_config_72#} <span> - {$lang.PHPCMS_CONFIG_73} + {#label_config_73#} </span> </span> <label class="horizontal"> @@ -474,9 +476,9 @@ <input type="hidden" name="type[I18N_DEFAULT_LANGUAGE]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_74} + {#label_config_74#} <span> - {$lang.PHPCMS_CONFIG_75} + {#label_config_75#} </span> </span> <input type="text" name="values[I18N_DEFAULT_LANGUAGE]" value="{$moduledata.default.I18N_DEFAULT_LANGUAGE.value|strip_tags}" /> @@ -484,9 +486,9 @@ <input type="hidden" name="type[I18N_POSSIBLE_LANGUAGES]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_76} + {#label_config_76#} <span> - {$lang.PHPCMS_CONFIG_77} + {#label_config_77#} </span> </span> <textarea name="values[I18N_POSSIBLE_LANGUAGES]" rows="3" cols="15">{$moduledata.default.I18N_POSSIBLE_LANGUAGES.value}</textarea> @@ -494,26 +496,26 @@ <input type="hidden" name="type[I18N_MODE]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_78} + {#label_config_78#} <span> - {$lang.PHPCMS_CONFIG_79} + {#label_config_79#} </span> </span> <select name="values[I18N_MODE]" size="1"> - <option value="SUFFIX" {if ($moduledata.default.I18N_MODE.value == 'SUFFIX')} selected="selected"{/if} onkeypress="hideArea ('uri-param')" onclick="hideArea ('uri-param')">{$lang.PHPCMS_CONFIG_80}</option> - <option value="DIR" {if ($moduledata.default.I18N_MODE.value == 'DIR')} selected="selected"{/if} onkeypress="hideArea ('uri-param')" onclick="hideArea ('uri-param')">{$lang.PHPCMS_CONFIG_81}</option> - <option value="VAR" {if ($moduledata.default.I18N_MODE.value == 'VAR')} selected="selected"{/if} onkeypress="showArea ('uri-param')" onclick="showArea ('uri-param')">{$lang.PHPCMS_CONFIG_82}</option> - <option value="HOST" {if ($moduledata.default.I18N_MODE.value == 'HOST')} selected="selected"{/if} onkeypress="hideArea ('uri-param')" onclick="hideArea ('uri-param')">{$lang.PHPCMS_CONFIG_83}</option> - <option value="SESSION" {if ($moduledata.default.I18N_MODE.value == 'SESSION')} selected="selected"{/if} onkeypress="hideArea ('uri-param')" onclick="hideArea ('uri-param')">{$lang.PHPCMS_CONFIG_84}</option> + <option value="SUFFIX" {if ($moduledata.default.I18N_MODE.value == 'SUFFIX')} selected="selected"{/if} onkeypress="hideArea ('uri-param')" onclick="hideArea ('uri-param')">{#label_config_80#}</option> + <option value="DIR" {if ($moduledata.default.I18N_MODE.value == 'DIR')} selected="selected"{/if} onkeypress="hideArea ('uri-param')" onclick="hideArea ('uri-param')">{#label_config_81#}</option> + <option value="VAR" {if ($moduledata.default.I18N_MODE.value == 'VAR')} selected="selected"{/if} onkeypress="showArea ('uri-param')" onclick="showArea ('uri-param')">{#label_config_82#}</option> + <option value="HOST" {if ($moduledata.default.I18N_MODE.value == 'HOST')} selected="selected"{/if} onkeypress="hideArea ('uri-param')" onclick="hideArea ('uri-param')">{#label_config_83#}</option> + <option value="SESSION" {if ($moduledata.default.I18N_MODE.value == 'SESSION')} selected="selected"{/if} onkeypress="hideArea ('uri-param')" onclick="hideArea ('uri-param')">{#label_config_84#}</option> </select> </label> <div id="uri-param" {if ($moduledata.default.I18N_MODE.value != 'VAR')} class="hidden"{/if}> <input type="hidden" name="type[I18N_PARAMNAME]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_85} + {#label_config_85#} <span> - {$lang.PHPCMS_CONFIG_86} + {#label_config_86#} </span> </span> <input type="text" name="values[I18N_PARAMNAME]" value="{$moduledata.default.I18N_PARAMNAME.value|strip_tags}" /> @@ -523,13 +525,13 @@ </fieldset> <fieldset> - <legend>{$lang.PHPCMS_CONFIG_87}</legend> + <legend>{#label_config_87#}</legend> <input type="hidden" name="type[STATS]" value="string" /> <div class="label"> <span class="info"> - {$lang.PHPCMS_CONFIG_88} + {#label_config_88#} <span> - {$lang.PHPCMS_CONFIG_89} + {#label_config_89#} </span> </span> <label class="horizontal"> @@ -546,9 +548,9 @@ <input type="hidden" name="type[STATS_DIR]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_90} + {#label_config_90#} <span> - {$lang.PHPCMS_CONFIG_91} + {#label_config_91#} </span> </span> <input type="text" name="values[STATS_DIR]" value="{$moduledata.default.STATS_DIR.value|strip_tags}" /> @@ -556,9 +558,9 @@ <input type="hidden" name="type[STATS_CURRENT]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_92} + {#label_config_92#} <span> - {$lang.PHPCMS_CONFIG_93} + {#label_config_93#} </span> </span> <input type="text" name="values[STATS_CURRENT]" value="{$moduledata.default.STATS_CURRENT.value|strip_tags}" /> @@ -566,9 +568,9 @@ <input type="hidden" name="type[STATS_FILE]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_94} + {#label_config_94#} <span> - {$lang.PHPCMS_CONFIG_95} + {#label_config_95#} </span> </span> <input type="text" name="values[STATS_FILE]" value="{$moduledata.default.STATS_FILE.value|strip_tags}" /> @@ -576,16 +578,16 @@ <input type="hidden" name="type[STATS_BACKUP]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_96} + {#label_config_96#} </span> <input type="text" name="values[STATS_BACKUP]" value="{$moduledata.default.STATS_BACKUP.value|strip_tags}" /> </label> <input type="hidden" name="type[STATS_REFERER_COUNT]" value="int" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_97} + {#label_config_97#} <span> - {$lang.PHPCMS_CONFIG_98} + {#label_config_98#} </span> </span> <input type="text" name="values[STATS_REFERER_COUNT]" value="{$moduledata.default.STATS_REFERER_COUNT.value|strip_tags}" /> @@ -593,9 +595,9 @@ <input type="hidden" name="type[STATS_REFERER_IGNORE]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_99} + {#label_config_99#} <span> - {$lang.PHPCMS_CONFIG_100} + {#label_config_100#} </span> </span> <input type="text" name="values[STATS_REFERER_IGNORE]" value="{$moduledata.default.STATS_REFERER_IGNORE.value|strip_tags}" /> @@ -603,9 +605,9 @@ <input type="hidden" name="type[STATS_IP_COUNT]" value="int" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_101} + {#label_config_101#} <span> - {$lang.PHPCMS_CONFIG_102} + {#label_config_102#} </span> </span> <input type="text" name="values[STATS_IP_COUNT]" value="{$moduledata.default.STATS_IP_COUNT.value|strip_tags}" /> @@ -613,9 +615,9 @@ <input type="hidden" name="type[STATS_IP_IGNORE]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_103} + {#label_config_103#} <span> - {$lang.PHPCMS_CONFIG_104} + {#label_config_104#} </span> </span> <input type="text" name="values[STATS_IP_IGNORE]" value="{$moduledata.default.STATS_IP_IGNORE.value|strip_tags}" /> @@ -623,9 +625,9 @@ <input type="hidden" name="type[STATS_URL_COUNT]" value="int" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_105} + {#label_config_105#} <span> - {$lang.PHPCMS_CONFIG_106} + {#label_config_106#} </span> </span> <input type="text" name="values[STATS_URL_COUNT]" value="{$moduledata.default.STATS_URL_COUNT.value|strip_tags}" /> @@ -634,9 +636,9 @@ <input type="hidden" name="type[REFERRER]" value="string" /> <div class="label"> <span class="info"> - {$lang.PHPCMS_CONFIG_107} + {#label_config_107#} <span> - {$lang.PHPCMS_CONFIG_108} + {#label_config_108#} </span> </span> <label class="horizontal"> @@ -653,9 +655,9 @@ <input type="hidden" name="type[REFERRER_DIR]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_109} + {#label_config_109#} <span> - {$lang.PHPCMS_CONFIG_110} + {#label_config_110#} </span> </span> <input type="text" name="values[REFERRER_DIR]" value="{$moduledata.default.REFERRER_DIR.value|strip_tags}" /> @@ -663,9 +665,9 @@ <input type="hidden" name="type[REFERRER_FILE]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_111} + {#label_config_111#} <span> - {$lang.PHPCMS_CONFIG_112} + {#label_config_112#} </span> </span> <input type="text" name="values[REFERRER_FILE]" value="{$moduledata.default.REFERRER_FILE.value|strip_tags}" /> @@ -673,9 +675,9 @@ <input type="hidden" name="type[REF_RELOAD_LOCK]" value="int" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_113} + {#label_config_113#} <span> - {$lang.PHPCMS_CONFIG_114} + {#label_config_114#} </span> </span> <input type="text" name="values[REF_RELOAD_LOCK]" value="{$moduledata.default.REF_RELOAD_LOCK.value|strip_tags}" /> @@ -684,13 +686,13 @@ </fieldset> <fieldset> - <legend>{$lang.PHPCMS_CONFIG_115}</legend> + <legend>{#label_config_115#}</legend> <input type="hidden" name="type[CONTENT_SEARCH]" value="string" /> <div class="label"> <span class="info"> - {$lang.PHPCMS_CONFIG_116} + {#label_config_116#} <span> - {$lang.PHPCMS_CONFIG_117} + {#label_config_117#} </span> </span> <label class="horizontal"> @@ -707,9 +709,9 @@ <input type="hidden" name="type[CONTENT_SEARCH_FIELDNAME]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_118} + {#label_config_118#} <span> - {$lang.PHPCMS_CONFIG_119} + {#label_config_119#} </span> </span> <input type="text" name="values[CONTENT_SEARCH_FIELDNAME]" value="{$moduledata.default.CONTENT_SEARCH_FIELDNAME.value|strip_tags}" /> @@ -718,9 +720,9 @@ <input type="hidden" name="type[CONTENT_TOC]" value="string" /> <div class="label"> <span class="info"> - {$lang.PHPCMS_CONFIG_120} + {#label_config_120#} <span> - {$lang.PHPCMS_CONFIG_121} + {#label_config_121#} </span> </span> <label class="horizontal"> @@ -737,9 +739,9 @@ <input type="hidden" name="type[CONTENT_TOC_FIELDNAME]" value="string" /> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_122} + {#label_config_122#} <span> - {$lang.PHPCMS_CONFIG_123} + {#label_config_123#} </span> </span> <input type="text" name="values[CONTENT_TOC_FIELDNAME]" value="{$moduledata.default.CONTENT_TOC_FIELDNAME.value|strip_tags}" /> @@ -748,12 +750,12 @@ </fieldset> <fieldset> - <legend>{$lang.PHPCMS_CONFIG_124}</legend> + <legend>{#label_config_124#}</legend> <div class="label"> <span class="info"> - {$lang.PHPCMS_CONFIG_125} + {#label_config_125#} <span> - {$lang.PHPCMS_CONFIG_126} + {#label_config_126#} </span> </span> <label class="horizontal"> @@ -770,9 +772,9 @@ <input type="hidden" name="type[ERROR_ALL]" value="string" /> <div class="label"> <span class="info"> - {$lang.PHPCMS_CONFIG_127} + {#label_config_127#} <span> - {$lang.PHPCMS_CONFIG_128} + {#label_config_128#} </span> </span> <label class="horizontal"> @@ -788,9 +790,9 @@ <input type="hidden" name="type[FIX_PHP_OB_BUG]" value="string" /> <div class="label"> <span class="info"> - {$lang.PHPCMS_CONFIG_129} + {#label_config_129#} <span> - {$lang.PHPCMS_CONFIG_130} + {#label_config_130#} </span> </span> <label class="horizontal"> @@ -806,17 +808,17 @@ <input type="hidden" name="func[DOMAIN_NAME]" value="$PHP->GetDomainName()" /> <div class="label"> <span class="info"> - {$lang.PHPCMS_CONFIG_131} + {#label_config_131#} <span> - {$lang.PHPCMS_CONFIG_132} + {#label_config_132#} </span> </span> <label class="horizontal"> - <span>{$lang.PHPCMS_CONFIG_133}</span> + <span>{#label_config_133#}</span> <input type="radio" name="type[DOMAIN_NAME]" value="func" {if ($moduledata.default.DOMAIN_NAME.type == 'func')} checked="checked"{/if} onclick="hideArea ('domain_name');" onkeypress="hideArea ('domian_name');" /> </label> <label class="horizontal"> - <span>{$lang.PHPCMS_CONFIG_134}</span> + <span>{#label_config_134#}</span> <input type="radio" name="type[DOMAIN_NAME]" value="string" {if ($moduledata.default.DOMAIN_NAME.type == 'string')} checked="checked"{/if} onclick="showArea ('domain_name');" onkeypress="showArea ('domain_name');" /> </label> <br style="clear:both" /> @@ -824,7 +826,7 @@ <div id="domain_name" {if ($moduledata.default.DOMAIN_NAME.type == 'func')} class="hidden"{/if}> <label> <span class="info"> - {$lang.PHPCMS_CONFIG_135} + {#label_config_135#} </span> <input type="text" name="values[DOMAIN_NAME]" value="{if ($moduledata.default.DOMAIN_NAME.type == 'string')}{$moduledata.default.DOMAIN_NAME.value}{/if}" /> </label> @@ -832,17 +834,17 @@ <input type="hidden" name="func[DOCUMENT_ROOT]" value="$PHP->GetDocRoot()" /> <div class="label"> <span class="info"> - {$lang.PHPCMS_CONFIG_136} + {#label_config_136#} <span> - {$lang.PHPCMS_CONFIG_137} + {#label_config_137#} </span> </span> <label class="horizontal"> - <span>{$lang.PHPCMS_CONFIG_133}</span> + <span>{#label_config_133#}</span> <input type="radio" name="type[DOCUMENT_ROOT]" value="func" {if ($moduledata.default.DOCUMENT_ROOT.type == 'func')} checked="checked"{/if} onclick="hideArea ('doc_root');" onkeypress="hideArea ('doc_root');" /> </label> <label class="horizontal"> - <span>{$lang.PHPCMS_CONFIG_134}</span> + <span>{#label_config_134#}</span> <input type="radio" name="type[DOCUMENT_ROOT]" value="string" {if ($moduledata.default.DOCUMENT_ROOT.type == 'string')} checked="checked"{/if} onclick="showArea ('doc_root');" onkeypress="showArea ('doc_root');" /> </label> <br style="clear:both" /> @@ -858,17 +860,17 @@ <input type="hidden" name="func[SCRIPT_PATH]" value="$PHP->GetScriptPath()" /> <div class="label"> <span> - {$lang.PHPCMS_CONFIG_138} + {#label_config_138#} <span> - {$lang.PHPCMS_CONFIG_139} + {#label_config_139#} </span> </span> <label class="horizontal"> - <span>{$lang.PHPCMS_CONFIG_133}</span> + <span>{#label_config_133#}</span> <input type="radio" name="type[SCRIPT_PATH]" value="func" {if ($moduledata.default.SCRIPT_PATH.type == 'func')} checked="checked"{/if} onclick="hideArea ('script_path');" onkeypress="hideArea ('script_path');" /> </label> <label class="horizontal"> - <span>{$lang.PHPCMS_CONFIG_134}</span> + <span>{#label_config_134#}</span> <input type="radio" name="type[SCRIPT_PATH]" value="string" {if ($moduledata.default.SCRIPT_PATH.type == 'string')} checked="checked"{/if} onclick="showArea ('script_path');" onkeypress="showArea ('script_path');" /> </label> <br style="clear:both" /> @@ -876,7 +878,7 @@ <div id="script_path" {if ($moduledata.default.SCRIPT_PATH.type == 'func')} class="hidden"{/if}> <label> <span> - {$lang.PHPCMS_CONFIG_140} + {#label_config_140#} </span> <input type="text" name="values[SCRIPT_PATH]" value="{if ($moduledata.default.SCRIPT_PATH.type == 'string')}{$moduledata.default.SCRIPT_PATH.value}{/if}" /> </label> @@ -885,14 +887,14 @@ <input type="hidden" name="func[SCRIPT_NAME]" value="$PHP->GetScriptName()" /> <div class="label"> <span> - {$lang.PHPCMS_CONFIG_141} + {#label_config_141#} </span> <label class="horizontal"> - <span>{$lang.PHPCMS_CONFIG_133}</span> + <span>{#label_config_133#}</span> <input type="radio" name="type[SCRIPT_NAME]" value="func" {if ($moduledata.default.SCRIPT_NAME.type == 'func')} checked="checked"{/if} onclick="hideArea ('script_name');" onkeypress="hideArea ('script_name');" /> </label> <label class="horizontal"> - <span>{$lang.PHPCMS_CONFIG_134}</span> + <span>{#label_config_134#}</span> <input type="radio" name="type[SCRIPT_NAME]" value="string" {if ($moduledata.default.SCRIPT_NAME.type == 'string')} checked="checked"{/if} onclick="showArea ('script_name');" onkeypress="showArea ('script_name');" /> </label> <br style="clear:both" /> @@ -900,7 +902,7 @@ <div id="script_name" {if ($moduledata.default.SCRIPT_NAME.type == 'func')} class="hidden"{/if}> <label> <span> - {$lang.PHPCMS_CONFIG_142} + {#label_config_142#} </span> <input type="text" name="values[SCRIPT_NAME]" value="{if ($moduledata.default.SCRIPT_NAME.type == 'string')}{$moduledata.default.SCRIPT_NAME.value}{/if}" /> </label> @@ -909,10 +911,10 @@ </fieldset> <fieldset> - <legend>{$lang.PHPCMS_CONFIG_1}</legend> + <legend>{#label_config_1#}</legend> <label> - <span> <span class="hidden">{$lang.PHPCMS_CONFIG_1}</span></span> - <input type="submit" name="configform-submit" value="{$lang.PHPCMS_CONFIG_2}" /> + <span> <span class="hidden">{#label_config_1#}</span></span> + <input type="submit" name="configform-submit" value="{#label_config_2#}" /> </label> </fieldset> - \ No newline at end of file +</form> \ No newline at end of file Index: phpcms-indexer.tpl =================================================================== RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/modules/phpcms/templates/phpcms-indexer.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- phpcms-indexer.tpl 15 Apr 2005 15:20:03 -0000 1.2 +++ phpcms-indexer.tpl 15 May 2005 12:24:01 -0000 1.3 @@ -1,31 +1,34 @@ +{config_load file="`$MODULE_PATH`/phpcms/module_phpcms_`$LANG`.lng" section="indexer" scope="local"} +<h1>{#title_indexer#}</h1> +<form action="{$INDEX_FILE}?moduleid=phpcms&action=indexer" method="post"> {if ($moduledata.indexeraction == 'edit')} {foreach from=$moduledata.indexerProfiles key="name" item="profile"} {if ($moduledata.showprofile == $name)} <fieldset> - <legend>{$lang.PHPCMS_INDEXER_31}</legend> + <legend>{#title_submit_edit#}</legend> <label> - <span><a href="{$INDEX_FILE}?moduleid=phpcms&action=indexer">{$lang.PHPCMS_INDEXER_33}</a></span> - <input type="submit" name="configform-submit" value="{$lang.PHPCMS_INDEXER_32}" /> + <span><a href="{$INDEX_FILE}?moduleid=phpcms&action=indexer">{#label_backlink#}</a></span> + <input type="submit" name="configform-submit" value="{#button_submit_edit#}" /> </label> </fieldset> <fieldset> - <legend>{$lang.PHPCMS_INDEXER_1}</legend> + <legend>{#title_general_information#}</legend> <label> <span class="info"> - {$lang.PHPCMS_INDEXER_2} + {#label_name#} </span> <input type="text" name="values[name]" value="{$name}" /> </label> <label> <span class="info"> - {$lang.PHPCMS_INDEXER_3} + {#label_datadir#} </span> <input type="text" name="values[savedata]" value="{$profile.savedata}" /> </label> <div class="label"> <span class="info"> - {$lang.PHPCMS_INDEXER_4} + {#label_gzip#} </span> <label class="horizontal"> <span>On</span> @@ -39,16 +42,16 @@ </div> <label> <span class="info"> - {$lang.PHPCMS_INDEXER_5} + {#label_buffer#} </span> <input tyxpe="text" name="values[buffer]" value="{$profile.buffer}" /> </fieldset> <fieldset> - <legend>{$lang.PHPCMS_INDEXER_6}</legend> + <legend>{#title_spider#}</legend> <div class="label"> <span class="info"> - {$lang.PHPCMS_INDEXER_7} + {#label_robots#} </span> <label class="horizontal"> <span>On</span> @@ -62,7 +65,7 @@ </div> <div class="label"> <span class="info"> - {$lang.PHPCMS_INDEXER_8} + {#label_robots_meta#} </span> <label class="horizontal"> <span>On</span> @@ -76,51 +79,51 @@ </div> <label> <span class="info"> - {$lang.PHPCMS_INDEXER_9} + {#label_exklude#} </span> - <textarea cols="40" rows="5">{foreach from=$profile.exklude item=exclude}{$exclude} + <textarea name="values[exklude]" cols="40" rows="5">{foreach from=$profile.exklude item=exclude}{$exclude} {/foreach}</textarea> </label> <label> <span class="info"> - {$lang.PHPCMS_INDEXER_10} + {#label_include#} </span> - <textarea cols="40" rows="5">{foreach from=$profile.include item=include}{$include} + <textarea name="values[include]" cols="40" rows="5">{foreach from=$profile.include item=include}{$include} {/foreach}</textarea> </label> <label> <span class="info"> - {$lang.PHPCMS_INDEXER_11} + {#label_noextensions#} </span> - <textarea cols="40" rows="5">{foreach from=$profile.noextensions item=ext}{$ext} + <textarea name="values[noextensions]" cols="40" rows="5">{foreach from=$profile.noextensions item=ext}{$ext} {/foreach}</textarea> </label> </fieldset> <fieldset> - <legend>{$lang.PHPCMS_INDEXER_12}</legend> + <legend>{#title_options#}</legend> <label> <span class="info"> - {$lang.PHPCMS_INDEXER_13} + {#label_uris#} </span> - <textarea cols="40" rows="5">{foreach from=$profile.host item=host}{$host} + <textarea name="values[host]" cols="40" rows="5">{foreach from=$profile.host item=host}{$host} {/foreach}</textarea> </label> <label> <span class="info"> - {$lang.PHPCMS_INDEXER_14} + {#label_wordlength#} </span> <input type="text" name="values[wordlength]" value="{$profile.wordlength}" /> </label> <label> <span class="info"> - {$lang.PHPCMS_INDEXER_15} + {#label_stopword#} </span> <input type="text" name="values[stopword]" value="{$profile.stopword}" /> </label> <div class="label"> <span class="info"> - {$lang.PHPCMS_INDEXER_16} + {#label_meta_desc#} </span> <label class="horizontal"> <span>On</span> @@ -134,46 +137,46 @@ </div> <label> <span class="info"> - {$lang.PHPCMS_INDEXER_17} + {#label_description#} </span> <input type="text" name="values[description]" value="{$profile.description}" /> </label> </fieldset> <fieldset> - <legend>{$lang.PHPCMS_INDEXER_18}</legend> + <legend>{#title_regex#}</legend> {foreach from=$profile.url_regex item=regex} <label> <span class="info"> - {$lang.PHPCMS_INDEXER_19} + {#label_regex_search#} </span> <input type="text" name="values[url_pattern][]" value="{$profile.url_regex.search}" /> </label> <label> <span class="info"> - {$lang.PHPCMS_INDEXER_20} + {#label_regex_replace#} </span> <input type="text" name="values[url_replacement][]" value="{$profile.url_regex.search}" /> </label> {/foreach} <label> <span class="info"> - {$lang.PHPCMS_INDEXER_19} + {#label_regex_search#} </span> <input type="text" name="values[url_pattern][]" value="" /> </label> <label> <span class="info"> - {$lang.PHPCMS_INDEXER_20} + {#label_regex_replace#} </span> <input type="text" name="values[url_replacement][]" value="" /> </label> </fieldset> <fieldset> - <legend>{$lang.PHPCMS_INDEXER_31}</legend> + <legend>{#title_submit_edit#}</legend> <label> - <span><a href="{$INDEX_FILE}?moduleid=phpcms&action=indexer">{$lang.PHPCMS_INDEXER_33}</a></span> - <input type="submit" name="configform-submit" value="{$lang.PHPCMS_INDEXER_32}" /> + <span><a href="{$INDEX_FILE}?moduleid=phpcms&action=indexer">{#label_backlink#}</a></span> + <input type="submit" name="configform-submit" value="{#button_submit_edit#}" /> </label> </fieldset> {/if} @@ -181,13 +184,13 @@ {/if} {if ($moduledata.indexeraction == '')} - <h2>{$lang.PHPCMS_INDEXER_21}</h2> + <h2>{#title_indexer_overview#}</h2> <fieldset> - <legend>Choose profile</legend> + <legend>{#title_select_profile#}</legend> {counter start=0 skip=1 assign="index"} {foreach from=$moduledata.indexerProfiles key="name" item="profile"} {counter} - <label> + <label class="radio"> <span> {$name} </span> @@ -196,59 +199,68 @@ {/foreach} </fieldset> <fieldset> - <legend>{$lang.PHPCMS_INDEXER_21a}</legend> + <legend>{#title_select_action#}</legend> <label> <span> - {$lang.PHPCMS_INDEXER_22} + {#label_new_index#} </span> <button type="submit" name="indexeraction" value="index"> - {$lang.PHPCMS_INDEXER_22a} + {#button_new_index#} </button> </label> <label> <span> - {$lang.PHPCMS_INDEXER_23} + {#label_edit_index#} </span> <button type="submit" name="indexeraction" value="edit"> - {$lang.PHPCMS_INDEXER_23a} + {#button_edit_index#} </button> </label> <label> <span> - {$lang.PHPCMS_INDEXER_24} + {#label_copy_index#} </span> <button type="submit" name="indexeraction" value="del"> - {$lang.PHPCMS_INDEXER_24a} + {#button_copy_index#} </button> </label> <label> <span> - {$lang.PHPCMS_INDEXER_25} + {#label_del_index#} + </span> + <button type="submit" name="indexeraction" value="del"> + {#button_del_index#} + </button> + </label> + <label> + <span> + {#label_test_index#} </span> <button type="submit" name="indexeraction" value="test"> - {$lang.PHPCMS_INDEXER_26} + {#button_test_index#} </button> </label> <label> <span> - {$lang.PHPCMS_INDEXER_27} + {#label_list_index#} </span> <button type="submit" name="indexeraction" value="list"> - {$lang.PHPCMS_INDEXER_28} + {#button_list_index#} </button> </label> </fieldset> <fieldset> - <legend>{$lang.PHPCMS_INDEXER_34}</legend> + <legend>{#title_new_profile#}</legend> <label> <span> - {$lang.PHPCMS_INDEXER_34a} + {#label_new_profile#} </span> <button type="submit" name="indexeraction" value="new"> - {$lang.PHPCMS_INDEXER_34b} + {#button_new_profile#} </button> </label> </fieldset> -{/if} \ No newline at end of file +{/if} +</form> \ No newline at end of file Index: phpcms-server.tpl =================================================================== RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/modules/phpcms/templates/phpcms-server.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- phpcms-server.tpl 15 Apr 2005 15:20:03 -0000 1.1 +++ phpcms-server.tpl 15 May 2005 12:24:01 -0000 1.2 @@ -1,18 +1,20 @@ +{config_load file="`$MODULE_PATH`/phpcms/module_phpcms_`$LANG`.lng" section="server" scope="local"} +<h1>{#title_server#}</h1> <script src="{$MODULE_PATH}../tools/tablesort.js" type="text/javascript"></script> +<h2>{#title_vars#}</h2> <table id="table_server"> - <caption>Server-Variables</caption> <colgroup span="2"> </colgroup> <thead> <tr> - <th>Variable</th> - <th>Value</th> + <th>{#label_vars_name#}</th> + <th>{#label_vars_value#}</th> </tr> </thead> <tfoot> <tr> - <td>Variable</td> - <td>Value</td> + <td>{#label_vars_name#}</td> + <td>{#label_vars_value#}</td> </tr> </tfoot> <tbody> @@ -39,20 +41,20 @@ --> </script> +<h2>{#title_php_values#}</h2> <table id="table_inivalues"> - <caption>PHP.ini values</caption> <colgroup span="2"> </colgroup> <thead> <tr> - <th>Property</th> - <th>Local value (global value)</th> + <th>{#label_ini_property#}</th> + <th>{#label_ini_value#}</th> </tr> </thead> <tfoot> <tr> - <td>Property</td> - <td>Local value (global value)</td> + <td>{#label_ini_property#}</td> + <td>{#label_ini_value#}</td> </tr> </tfoot> <tbody> @@ -76,18 +78,18 @@ --> </script> +<h2>{#title_php_ext#}</h2> <table id="table_extensions"> - <caption>PHP Extensions</caption> <thead> <tr> - <th>Extension</th> - <th>Description</th> + <th>{#label_php_ext_name#}</th> + <th>{#label_php_ext_desc#}</th> </tr> </thead> <tfoot> <tr> - <td>Extension</td> - <td>Description</td> + <td>{#label_php_ext_name#}</td> + <td>{#label_php_ext_desc#}</td> </tr> </tfoot> <tbody> Index: phpcms-phpinfo.tpl =================================================================== RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/modules/phpcms/templates/phpcms-phpinfo.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- phpcms-phpinfo.tpl 15 Apr 2005 15:20:03 -0000 1.1 +++ phpcms-phpinfo.tpl 15 May 2005 12:24:01 -0000 1.2 @@ -1,3 +1,5 @@ +{config_load file="`$MODULE_PATH`/phpcms/module_phpcms_`$LANG`.lng" section="phpinfo" scope="local"} +<h1>{#title_phpinfo#}</h1> {literal} <style type="text/css"> <!-- Index: module_phpcms.tpl =================================================================== RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/modules/phpcms/templates/module_phpcms.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- module_phpcms.tpl 15 Apr 2005 15:20:03 -0000 1.2 +++ module_phpcms.tpl 15 May 2005 12:24:01 -0000 1.3 @@ -1,32 +1,22 @@ -{if ($moduledata.action == 'config')} - <h1>{$lang.PHPCMS_1}</h1> +{config_load file="`$MODULE_PATH`/phpcms/module_phpcms_`$LANG`.lng" scope="local"} - <form action="{$INDEX_FILE}?moduleid=phpcms&action=config" method="post"> +{if ($moduledata.action == 'config')} {include file="$INDEX_PATH/modules/phpcms/templates/phpcms-config.tpl"} - </form> {/if} {if ($moduledata.action == 'cache')} - <h1>{$lang.PHPCMS_2}</h1> - <form action="{$INDEX_FILE}?moduleid=phpcms&action=cache" method="post"> {include file="$INDEX_PATH/modules/phpcms/templates/phpcms-cache.tpl"} - </form> {/if} {if ($moduledata.action == 'indexer')} - <h1>{$lang.PHPCMS_3}</h1> - <form action="{$INDEX_FILE}?moduleid=phpcms&action=indexer" method="post"> {include file="$INDEX_PATH/modules/phpcms/templates/phpcms-indexer.tpl"} - </form> {/if} {if ($moduledata.action == 'serverinfo')} - <h1>{$lang.PHPCMS_4}</h1> {include file="$INDEX_PATH/modules/phpcms/templates/phpcms-server.tpl"} {/if} {if ($moduledata.action == 'phpinfo')} - <h1>{$lang.PHPCMS_5}</h1> {include file="$INDEX_PATH/modules/phpcms/templates/phpcms-phpinfo.tpl"} {/if} {if ($moduledata.action == '')} -{$lang.PHPCMS_6} +{#PHPCMS_6#} <h2>Changelog</h2> <h3>2005-01-17</h3> Index: phpcms-cache.tpl =================================================================== RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/modules/phpcms/templates/phpcms-cache.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- phpcms-cache.tpl 15 Apr 2005 15:20:03 -0000 1.2 +++ phpcms-cache.tpl 15 May 2005 12:24:01 -0000 1.3 @@ -1,3 +1,6 @@ +{config_load file="`$MODULE_PATH`/phpcms/module_phpcms_`$LANG`.lng" section="cache" scope="local"} +<h1>{#title_cache#}</h1> +<form action="{$INDEX_FILE}?moduleid=phpcms&action=cache" method="post"> {counter start=0 skip=1 assign="counter"} <script src="{$MODULE_PATH}../tools/checkbox.js" type="text/javascript"></script> <script type="text/javascript"> @@ -13,35 +16,36 @@ } {/literal} </script> - {$moduledata.cachedir} + <h2>{$moduledata.cachedir}</h2> <table style="width:100%"> <thead> <tr> <th colspan="2"><input type="image" name="cacheform-submit" value="del-sel-cache" src="modules/phpcms/img/cache/del-sel.gif" width="16" height="16" /></th> - <th>{$lang.PHPCMS_CACHE_1}</th> - <th>{$lang.PHPCMS_CACHE_2}</th> - <th>{$lang.PHPCMS_CACHE_3}</th> + <th>{#label_cache_filename#}</th> + <th>{#label_cache_ftime#}</th> + <th>{#label_cache_fsize#}</th> </tr> </thead> + <tfoot> + <tr> + <td colspan="2"><input type="image" name="cacheform-submit" value="del-sel-cache" src="modules/phpcms/img/cache/del-sel.gif" width="16" height="16" /></td> + <td>{$counter}{#text_cache_filecount#}</td> + <td> </td> + <td>{$moduledata.filesizes}</td> + </tr> + </tfoot> <tbody> {foreach from=$moduledata.cachelist item=cacheentry} {counter} {assign var="sizecounter" value="$sizecounter+'$cacheentry.filesize'"} <tr class="line{cycle values="1,2"}"> - <td><input type="checkbox" name="delete-{$cacheentry.cachefile}" value="1" title="{$lang.PHPCMS_CACHE_4}" onclick="selectFile (this)"/></td> - <td><a href="http://{$cacheentry.filename}" title="{$lang.PHPCMS_CACHE_5}"><img src="modules/phpcms/img/cache/webpage.gif" width="16" height="16" alt="view" /></a></td> - <td>URL:http://{$cacheentry.filename|truncate:80:"…"}</td> + <td><input type="checkbox" name="delete-{$cacheentry.cachefile}" value="1" title="{#label_cache_del#}" onclick="selectFile (this)"/></td> + <td><a href="http://{$cacheentry.filename}" title="{#label_cache_view#}"><img src="modules/phpcms/img/cache/webpage.gif" width="16" height="16" alt="view" /></a></td> + <td title="{#text_cache_cachefile#}{$cacheentry.cachefile}">URL:http://{$cacheentry.filename|truncate:80:"…"}</td> <td>{$cacheentry.cachetime|date_format:"%d-%m-%Y %H:%M:%S"}</td> <td>{$cacheentry.ffilesize}</td> </tr> {/foreach} </tbody> - <tfoot> - <tr> - <td colspan="2"><input type="image" name="cacheform-submit" value="del-sel-cache" src="modules/phpcms/img/cache/del-sel.gif" width="16" height="16" /></td> - <td>{$counter}{$lang.PHPCMS_CACHE_6}</td> - <td> </td> - <td>{$moduledata.filesizes}</td> - </tr> - </tfoot> </table> +</form> \ No newline at end of file |