[xoops-cvslog 4362] CVS update: xoops2jp/html/modules/base/admin/templates

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 8月 25日 (金) 20:02:27 JST


Index: xoops2jp/html/modules/base/admin/templates/theme_list.html
diff -u xoops2jp/html/modules/base/admin/templates/theme_list.html:1.1.2.10 xoops2jp/html/modules/base/admin/templates/theme_list.html:1.1.2.11
--- xoops2jp/html/modules/base/admin/templates/theme_list.html:1.1.2.10	Fri Aug 25 17:26:10 2006
+++ xoops2jp/html/modules/base/admin/templates/theme_list.html	Fri Aug 25 20:02:27 2006
@@ -33,19 +33,19 @@
     <{/if}>
       <td class="base_list_image">
         <{if $theme->get('screenshot')}>
-          <img src="<{$smarty.const.XOOPS_THEME_URL}>/<{$theme->getShow('dirname')}>/<{$theme->getShow('screenshot')}>" title="<{$theme->getShow('name')}>" width="120" height="90" alt="<{$theme->getShow('name')}>" title="<{$theme->getShow('name')}>" />
+          <img src="<{$smarty.const.XOOPS_THEME_URL}>/<{$theme->getShow('dirname')}>/<{$theme->getShow('screenshot')}>" width="120" height="90" alt="<{$theme->getShow('name')}>" title="<{$theme->getShow('name')}>" />
         <{/if}>
         <div class="base_list_imagetitle"><{$theme->getShow('name')}></div>
       </td>
       <td class="base_list_text">
         <p class="base_list_description"><{$theme->getShow('description') != null}></p>
         <ul>
-          <li><{$smarty.const._AD_BASE_LANG_VERSION}> : <{$theme->getShow('version')}>
-          <li><{$smarty.const._AD_BASE_LANG_RENDER}> : <{$theme->getShow('render_system')}>
-          <li><{$smarty.const._AD_BASE_LANG_FORMAT}> : <{$theme->getShow('format')}>
-          <li><{$smarty.const._AD_BASE_LANG_AUTHOR}> : <{$theme->getShow('author')}>
+          <li><{$smarty.const._AD_BASE_LANG_VERSION}> : <{$theme->getShow('version')}></li>
+          <li><{$smarty.const._AD_BASE_LANG_RENDER}> : <{$theme->getShow('render_system')}></li>
+          <li><{$smarty.const._AD_BASE_LANG_FORMAT}> : <{$theme->getShow('format')}></li>
+          <li><{$smarty.const._AD_BASE_LANG_AUTHOR}> : <{$theme->getShow('author')}></li>
           <{if $theme->get('url') != null}>
-            <li><a href="<{$theme->getShow('url')}>"><{$smarty.const._AD_BASE_LANG_GET_THE_LATEST_VERSION}></a>
+            <li><a href="<{$theme->getShow('url')}>"><{$smarty.const._AD_BASE_LANG_GET_THE_LATEST_VERSION}></a></li>
           <{/if}>
         </ul>
       </td>
Index: xoops2jp/html/modules/base/admin/templates/preference_edit.html
diff -u xoops2jp/html/modules/base/admin/templates/preference_edit.html:1.1.2.20 xoops2jp/html/modules/base/admin/templates/preference_edit.html:1.1.2.21
--- xoops2jp/html/modules/base/admin/templates/preference_edit.html:1.1.2.20	Sat Aug 19 20:55:28 2006
+++ xoops2jp/html/modules/base/admin/templates/preference_edit.html	Fri Aug 25 20:02:27 2006
@@ -68,7 +68,7 @@
 
 
           <{elseif $config->get('conf_formtype') == 'select_multi'}>
-            <select name='<{$config->getVar('conf_name')}>[]' id='legacy_xoopsform_<{$config->getVar('conf_name')}>' size='5' multiple>
+            <select name='<{$config->getVar('conf_name')}>[]' id='legacy_xoopsform_<{$config->getVar('conf_name')}>' size='5' multiple="multiple">
               <{foreach item=option from=$config->getOptionItems()}>
                 <{assign var=flag value=0}>
                 <{foreach item=selected from=$actionForm->get($config->get('conf_name'))}>
@@ -92,7 +92,7 @@
 
             
           <{elseif $config->get('conf_formtype') == 'theme_multi'}>
-            <select name='<{$config->getVar('conf_name')}>[]' id='legacy_xoopsform_<{$config->getVar('conf_name')}>' size='5' multiple>
+            <select name='<{$config->getVar('conf_name')}>[]' id='legacy_xoopsform_<{$config->getVar('conf_name')}>' size='5' multiple="multiple">
               <{xoops_optionsArray value=dirname label=dirname from=$themeArr default=$actionForm->get($config->get('conf_name'))}>
             </select>
             
@@ -112,7 +112,7 @@
           <{elseif $config->get('conf_formtype') == 'language'}>
             <select name='<{$config->getVar('conf_name')}>' id='legacy_xoopsform_<{$config->getVar('conf_name')}>'>
               <{foreach item=language from=$languageArr}>
-                <option value="<{$language|escape}>" <{if $actionForm->get($config->get('conf_name')) == $language}>selected<{/if}>><{$language|escape}></option>
+                <option value="<{$language|escape}>" <{if $actionForm->get($config->get('conf_name')) == $language}>selected="selected"<{/if}>><{$language|escape}></option>
               <{/foreach}>
             </select>
 
@@ -131,13 +131,13 @@
 
 
           <{elseif $config->get('conf_formtype') == 'group_multi'}>
-            <select name='<{$config->getVar('conf_name')}>[]' id='legacy_xoopsform_<{$config->getVar('conf_name')}>' size='3' multiple>
+            <select name='<{$config->getVar('conf_name')}>[]' id='legacy_xoopsform_<{$config->getVar('conf_name')}>' size='3' multiple="multiple">
               <{foreach item=group from=$groupArr}>
                 <{assign var=flag value=0}>
                 <{foreach item=selected from=$actionForm->get($config->get('conf_name'))}>
                   <{if $group->get('groupid') == $selected}><{assign var=flag value=1}><{/if}>
                 <{/foreach}>
-                <option value="<{$group->getVar('groupid')}>" <{if $flag}>selected<{/if}>><{$group->getVar('name')}></option>
+                <option value="<{$group->getVar('groupid')}>" <{if $flag}>selected="selected"<{/if}>><{$group->getVar('name')}></option>
               <{/foreach}>
             </select>
 
@@ -151,13 +151,13 @@
 
 
           <{elseif $config->get('conf_formtype') == 'user_multi'}>
-            <select name='<{$config->getVar('conf_name')}>[]' id='legacy_xoopsform_<{$config->getVar('conf_name')}>' size='3' multiple>
+            <select name='<{$config->getVar('conf_name')}>[]' id='legacy_xoopsform_<{$config->getVar('conf_name')}>' size='3' multiple="multiple">
               <{foreach key=value item=label from=$userArr}>
                 <{assign var=flag value=0}>
                 <{foreach item=selected from=$actionForm->get($config->get('conf_name'))}>
                   <{if $value == $selected}><{assign var=flag value=1}><{/if}>
                 <{/foreach}>
-                <option value="<{$value|escape}>" <{if $flag}>selected<{/if}>><{$label|escape}></option>
+                <option value="<{$value|escape}>" <{if $flag}>selected="selected"<{/if}>><{$label|escape}></option>
               <{/foreach}>
             </select>
 
@@ -168,7 +168,7 @@
                 <select name="<{$config->getVar('conf_name')}>[<{$module->getVar('mid')}>]"> id='legacy_xoopsform_<{$config->getVar('conf_name')}>_<{$module->getVar('mid')}>'
                   <{foreach item=cachetime from=$cachetimeArr}>
                     <{if $actionForm->get($config->get('conf_name'), $module->get('mid')) == $cachetime->get('cachetime')}>
-                      <option value="<{$cachetime->getVar('cachetime')}>" selected><{$cachetime->getVar('label')}></option>
+                      <option value="<{$cachetime->getVar('cachetime')}>" selected="selected"><{$cachetime->getVar('label')}></option>
                     <{else}>
                       <option value="<{$cachetime->getVar('cachetime')}>"><{$cachetime->getVar('label')}></option>
                     <{/if}>


xoops-cvslog メーリングリストの案内
Back to archive index