Minahito
minah****@users*****
2005年 12月 25日 (日) 19:49:47 JST
Index: xoops2jp/html/modules/legacyRender/admin/templates/theme_list.html diff -u /dev/null xoops2jp/html/modules/legacyRender/admin/templates/theme_list.html:1.1.2.1 --- /dev/null Sun Dec 25 19:49:47 2005 +++ xoops2jp/html/modules/legacyRender/admin/templates/theme_list.html Sun Dec 25 19:49:47 2005 @@ -0,0 +1,49 @@ +<table> + <tr> + <th> + <{$smarty.const._MD_A_LEGACYRENDER_LANG_THEME}> + </th> + <th> + <{$smarty.const._MD_A_LEGACYRENDER_LANG_MANIFESTO}> + </th> + <th> + <{$smarty.const._MD_A_LEGACYRENDER_LANG_CONTROL}> + </th> + </tr> + <{foreach item=theme from=$themes}> + <tr class="<{cycle values="odd,even"}>"> + <td align="center"> + <{if $theme->ScreenShot}> + <img src="<{$smarty.const.XOOPS_THEME_URL}>/<{$theme->mDirName}>/<{$theme->ScreenShot}>" alt="<{$theme->mFile}>" width="120" height="90" /><br/> + <{/if}> + <!--- Sorry, please modify the following line ---> + <b><{$theme->mDirName}></b> + </td> + <td> + <{if $theme->mManifesto}> + <ul> + <li><{$smarty.const._MD_A_LEGACYRENDER_LANG_VERSION}> <{$theme->mManifesto.Manifesto.Version}></li> + <li><{$smarty.const._MD_A_LEGACYRENDER_LANG_AUTHOR}> <{$theme->mManifesto.Theme.Author}></li> + <li><{$smarty.const._MD_A_LEGACYRENDER_LANG_W3C}> <{$theme->mManifesto.Theme.W3C}></li> + <li><{$theme->mManifesto.Theme.Description}></li> + <{if $theme->mManifesto.Manifesto.Url}> + <li><a href="<{$theme->mManifesto.Manifesto.Url}>"><{$smarty.const._MD_A_LEGACYRENDER_LANG_GET_ADDRESS}></a></li> + <{/if}> + </ul> + <{else}> + <{$smarty.const._MD_A_LEGACYRENDER_MESSAGE_NO_MANIFESTO}> + <{/if}> + </td> + <td> + <{if $currentThemeName!=$theme->mDirName}> + <form action="index.php" method="post"> + <{xoops_input type=hidden name=theme_name value=$theme->mDirName}> + <input type="submit" value="*SELECT*" /> + </form> + <{/if}> + <img src="<{$xoops_url}>/modules/system/images/install.gif" alt="<{$smarty.const._MD_A_LEGACYRENDER_LANG_INSTALL}>" /> + <img src="<{$xoops_url}>/modules/system/images/info.gif" alt="<{$smarty.const._MD_A_LEGACYRENDER_LANG_INFORMATION}>" /> + </td> + </tr> + <{/foreach}> +</table> \ No newline at end of file