NobuNobu
nobun****@users*****
2007年 4月 30日 (月) 16:33:16 JST
Index: xoops2jp/html/modules/legacy/templates/blocks/index.html diff -u /dev/null xoops2jp/html/modules/legacy/templates/blocks/index.html:1.1.4.1 --- /dev/null Mon Apr 30 16:33:16 2007 +++ xoops2jp/html/modules/legacy/templates/blocks/index.html Mon Apr 30 16:33:16 2007 @@ -0,0 +1 @@ + <script>history.go(-1);</script> \ No newline at end of file Index: xoops2jp/html/modules/legacy/templates/blocks/legacy_block_comments.html diff -u /dev/null xoops2jp/html/modules/legacy/templates/blocks/legacy_block_comments.html:1.1.4.1 --- /dev/null Mon Apr 30 16:33:16 2007 +++ xoops2jp/html/modules/legacy/templates/blocks/legacy_block_comments.html Mon Apr 30 16:33:16 2007 @@ -0,0 +1,11 @@ +<table width="100%" cellspacing="1" class="outer"> +<{foreach item=comment from=$block.comments}> + <tr class="<{cycle values="even,odd"}>"> + <td align="center"><img src="<{$xoops_url}>/images/subject/<{$comment.icon}>" alt="" /></td> + <td><{$comment.title}></td> + <td align="center"><{$comment.module}></td> + <td align="center"><{$comment.poster}></td> + <td align="right"><{$comment.time|xoops_formattimestamp:m}></td> + </tr> +<{/foreach}> +</table> Index: xoops2jp/html/modules/legacy/templates/blocks/legacy_block_mainmenu.html diff -u /dev/null xoops2jp/html/modules/legacy/templates/blocks/legacy_block_mainmenu.html:1.1.4.1 --- /dev/null Mon Apr 30 16:33:16 2007 +++ xoops2jp/html/modules/legacy/templates/blocks/legacy_block_mainmenu.html Mon Apr 30 16:33:16 2007 @@ -0,0 +1,13 @@ +<table cellspacing="0"> + <tr> + <td id="mainmenu"> + <a class="menuTop" href="<{$xoops_url}>/"><{$smarty.const._MB_LEGACY_HOME}></a> +<{foreach item=module from=$block.modules}> + <a class="menuMain" href="<{$xoops_url}>/modules/<{$module.directory}>/"><{$module.name}></a> +<{foreach item=sublink from=$module.sublinks}> + <a class="menuSub" href="<{$sublink.url}>"><{$sublink.name}></a> +<{/foreach}> +<{/foreach}> + </td> + </tr> +</table> Index: xoops2jp/html/modules/legacy/templates/blocks/legacy_block_notification.html diff -u /dev/null xoops2jp/html/modules/legacy/templates/blocks/legacy_block_notification.html:1.1.4.1 --- /dev/null Mon Apr 30 16:33:16 2007 +++ xoops2jp/html/modules/legacy/templates/blocks/legacy_block_notification.html Mon Apr 30 16:33:16 2007 @@ -0,0 +1,31 @@ +<form action="<{$block.target_page}>" method="post"> +<table class="outer"> +<{foreach item=category from=$block.categories}> +<{foreach name=inner item=event from=$category.events}> +<{if $smarty.foreach.inner.first}> + <tr> + <td class="head" colspan="2"> + <{$category.title}> + </td> + </tr> +<{/if}> + <tr> + <td class="odd"> + <{counter assign=index}> + <input type="hidden" name="not_list[<{$index}>][params]" value="<{$category.name}>,<{$category.itemid}>,<{$event.name}>" /> + <input type="checkbox" name="not_list[<{$index}>][status]" value="1" <{if $event.subscribed}>checked="checked"<{/if}> /> + </td> + <td class="odd"> + <{$event.caption}> + </td> + </tr> +<{/foreach}> +<{/foreach}> + <tr> + <td class="foot" colspan="2"> + <input type="hidden" name="not_redirect" value="<{$block.redirect_script}>" /> + <input type="submit" name="not_submit" value="<{$block.submit_button}>" /> + </td> + </tr> +</table> +</form> Index: xoops2jp/html/modules/legacy/templates/blocks/legacy_block_search.html diff -u /dev/null xoops2jp/html/modules/legacy/templates/blocks/legacy_block_search.html:1.1.4.1 --- /dev/null Mon Apr 30 16:33:16 2007 +++ xoops2jp/html/modules/legacy/templates/blocks/legacy_block_search.html Mon Apr 30 16:33:16 2007 @@ -0,0 +1,7 @@ +<form style="margin-top: 0px;" action="<{$xoops_url}>/search.php" method="get"> + <{xoops_input type=text name=query size=14 }> + <{xoops_input type=hidden name=andor value=AND}> + <{xoops_input type=hidden name=action value=results }><br /> + <{xoops_input type=submit name=submit value=$smarty.const._MB_LEGACY_SEARCH }> +</form> +<a href="<{$xoops_url}>/search.php"><{$smarty.const._MB_LEGACY_ADVS}></a> \ No newline at end of file Index: xoops2jp/html/modules/legacy/templates/blocks/legacy_block_siteinfo.html diff -u /dev/null xoops2jp/html/modules/legacy/templates/blocks/legacy_block_siteinfo.html:1.1.4.1 --- /dev/null Mon Apr 30 16:33:16 2007 +++ xoops2jp/html/modules/legacy/templates/blocks/legacy_block_siteinfo.html Mon Apr 30 16:33:16 2007 @@ -0,0 +1,27 @@ +<table class="outer" cellspacing="0"> +<{if $block.showgroups == true}> +<{foreach item=group from=$block.groups}> + <tr> + <th colspan="2"><{$group.name}></th> + </tr> +<{foreach item=user from=$group.users}> + <tr> + <td class="even" valign="middle" align="center"> + <img src="<{$user.avatar}>" alt="" width="32" /><br /> + <a href="<{$xoops_url}>/userinfo.php?uid=<{$user.id}>"><{$user.name}></a> + </td> + <td class="odd" width="20%" align="right" valign="middle"> + <{$user.msglink}> + </td> + </tr> +<{/foreach}> +<{/foreach}> +<{/if}> +</table> +<br /> +<div style="margin: 3px; text-align:center;"> + <img src="<{$block.logourl}>" alt="" border="0" /><br /> +<{if $block.recoomendtime != 0}> + <a href="javascript:openWithSelfMain('<{$xoops_url}>/misc.php?action=showpopups&type=friend&op=sendform&t=<{$block.recoomendtime}>','friend',<{$block.popup_width}>,<{$block.popup_height}>)"><{$smarty.const._MB_LEGACY_RECO}></a> +<{/if}> +</div> Index: xoops2jp/html/modules/legacy/templates/blocks/legacy_block_themes.html diff -u /dev/null xoops2jp/html/modules/legacy/templates/blocks/legacy_block_themes.html:1.1.4.1 --- /dev/null Mon Apr 30 16:33:16 2007 +++ xoops2jp/html/modules/legacy/templates/blocks/legacy_block_themes.html Mon Apr 30 16:33:16 2007 @@ -0,0 +1,22 @@ +<{if $block.isEnableChanger == false}> + <{$smarty.const._MB_LEGACY_MESSAGE_CAN_NOT_THEME_CHANGE}> +<{else}> + <div style="text-align: center;"> + <form action="#" method="post"> + <{if $block.mode==1}> + <img vspace="2" id="xoops_theme_img" src="<{$xoops_imageurl}><{$block.theme_selected_screenshot}>" alt="screenshot" title="screenshot" width="<{$block.width}>" /><br /> + <select id="xoops_theme_select" name="xoops_theme_select" onchange="showThemeScreenshot('xoops_theme_img','xoops_theme_select', '<{$xoops_url}>');"> + <{else}> + <select id="xoops_theme_select" name="xoops_theme_select" onchange="submit();" size="3"> + <{/if}> + <{foreach item=theme_option from=$block.theme_options}> + <option value="<{$theme_option.name}>!-!<{$theme_option.screenshot}>" <{$theme_option.selected}> ><{$theme_option.name}></option> + <{/foreach}> + </select> + <{if $block.mode==1}> + <input type="submit" value="<{$smarty.const._GO}>" /> + <{/if}> + <p>(<{"<strong>"|cat:$block.count|cat:"</strong>"|string_format:$smarty.const._MB_LEGACY_LANG_NUMTHEME}>)</p> + </form> + </div> +<{/if}> Index: xoops2jp/html/modules/legacy/templates/blocks/legacy_block_usermenu.html diff -u /dev/null xoops2jp/html/modules/legacy/templates/blocks/legacy_block_usermenu.html:1.1.4.1 --- /dev/null Mon Apr 30 16:33:16 2007 +++ xoops2jp/html/modules/legacy/templates/blocks/legacy_block_usermenu.html Mon Apr 30 16:33:16 2007 @@ -0,0 +1,20 @@ +<table cellspacing="0"> + <tr> + <td id="usermenu"> + <a class="menuTop" href="<{$xoops_url}>/user.php"><{$smarty.const._MB_LEGACY_VACNT}></a> + <a href="<{$xoops_url}>/edituser.php"><{$smarty.const._MB_LEGACY_EACNT}></a> + <a href="<{$xoops_url}>/notifications.php"><{$smarty.const._MB_LEGACY_NOTIF}></a> + <a href="<{$xoops_url}>/user.php?op=logout"><{$smarty.const._MB_LEGACY_LOUT}></a> + <{if $block.flagShowInbox}> + <{if $block.new_messages > 0}> + <a class="highlight" href="<{$block.inbox_url}>"><{$smarty.const._MB_LEGACY_INBOX}> (<span style="color:#ff0000; font-weight: bold;"><{$block.new_messages}></span>)</a> + <{else}> + <a href="<{$block.inbox_url}>"><{$smarty.const._MB_LEGACY_INBOX}></a> + <{/if}> + <{/if}> + <{if $block.show_adminlink}> + <a href="<{$xoops_url}>/admin.php"><{$smarty.const._MB_LEGACY_ADMENU}></a> + <{/if}> + </td> + </tr> +</table> Index: xoops2jp/html/modules/legacy/templates/blocks/legacy_block_waiting.html diff -u /dev/null xoops2jp/html/modules/legacy/templates/blocks/legacy_block_waiting.html:1.1.4.1 --- /dev/null Mon Apr 30 16:33:16 2007 +++ xoops2jp/html/modules/legacy/templates/blocks/legacy_block_waiting.html Mon Apr 30 16:33:16 2007 @@ -0,0 +1,5 @@ +<ul> +<{foreach item=module from=$block.modules}> + <li><a href="<{$module.adminlink}>"><{$module.lang_linkname}></a>: <{$module.pendingnum}></li> +<{/foreach}> +</ul> \ No newline at end of file