Minahito
minah****@users*****
2006年 10月 14日 (土) 23:55:23 JST
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.2.1 --- /dev/null Sat Oct 14 23:55:23 2006 +++ xoops2jp/html/modules/legacy/templates/blocks/legacy_block_mainmenu.html Sat Oct 14 23:55:23 2006 @@ -0,0 +1,13 @@ +<table cellspacing="0"> + <tr> + <td id="mainmenu"> + <a class="menuTop" href="<{$xoops_url}>/"><{$smarty.const._MB_BASE_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_waiting.html diff -u /dev/null xoops2jp/html/modules/legacy/templates/blocks/legacy_block_waiting.html:1.1.2.1 --- /dev/null Sat Oct 14 23:55:23 2006 +++ xoops2jp/html/modules/legacy/templates/blocks/legacy_block_waiting.html Sat Oct 14 23:55:23 2006 @@ -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 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.2.1 --- /dev/null Sat Oct 14 23:55:23 2006 +++ xoops2jp/html/modules/legacy/templates/blocks/legacy_block_comments.html Sat Oct 14 23:55:23 2006 @@ -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}></td> + </tr> +<{/foreach}> +</table> 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.2.1 --- /dev/null Sat Oct 14 23:55:23 2006 +++ xoops2jp/html/modules/legacy/templates/blocks/legacy_block_siteinfo.html Sat Oct 14 23:55:23 2006 @@ -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_BASE_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.2.1 --- /dev/null Sat Oct 14 23:55:23 2006 +++ xoops2jp/html/modules/legacy/templates/blocks/legacy_block_themes.html Sat Oct 14 23:55:23 2006 @@ -0,0 +1,18 @@ +<div style="text-align: center;"> +<form action="index.php" method="post"> +<{if $block.mode==1}> + <img vspace="2" id="xoops_theme_img" src="<{$xoops_imageurl}>screenshot.png" alt="screenshot" title="screenshot" width="<{$block.width}>" /><br /> + <select id="xoops_theme_select" name="xoops_theme_select" onchange="showImgSelected('xoops_theme_img','xoops_theme_select','themes','/screenshot.png', '<{$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.selected}> ><{$theme_option.name}></option> +<{/foreach}> + </select> +<{if $block.mode==1}> + <input type="submit" value="<{$smarty.const._GO}>" /> +<{/if}> +<br />(<{"<b>"|cat:$block.count|cat:"</b>"|string_format:$smarty.const._MB_BASE_LANG_NUMTHEME}>)<br /> +</form> +</div> 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.2.1 --- /dev/null Sat Oct 14 23:55:23 2006 +++ xoops2jp/html/modules/legacy/templates/blocks/legacy_block_usermenu.html Sat Oct 14 23:55:23 2006 @@ -0,0 +1,20 @@ +<table cellspacing="0"> + <tr> + <td id="usermenu"> + <a class="menuTop" href="<{$xoops_url}>/user.php"><{$smarty.const._MB_BASE_VACNT}></a> + <a href="<{$xoops_url}>/edituser.php"><{$smarty.const._MB_BASE_EACNT}></a> + <a href="<{$xoops_url}>/notifications.php"><{$smarty.const._MB_BASE_NOTIF}></a> + <a href="<{$xoops_url}>/user.php?op=logout"><{$smarty.const._MB_BASE_LOUT}></a> + <{if $block.flagShowInbox}> + <{if $block.new_messages > 0}> + <a class="highlight" href="<{$block.inbox_url}>"><{$smarty.const._MB_BASE_INBOX}> (<span style="color:#ff0000; font-weight: bold;"><{$block.new_messages}></span>)</a> + <{else}> + <a href="<{$block.inbox_url}>"><{$smarty.const._MB_BASE_INBOX}></a> + <{/if}> + <{/if}> + <{if $block.show_adminlink}> + <a href="<{$xoops_url}>/admin.php"><{$smarty.const._MB_BASE_ADMENU}></a> + <{/if}> + </td> + </tr> +</table> Index: xoops2jp/html/modules/legacy/templates/blocks/index.html diff -u /dev/null xoops2jp/html/modules/legacy/templates/blocks/index.html:1.1.2.1 --- /dev/null Sat Oct 14 23:55:23 2006 +++ xoops2jp/html/modules/legacy/templates/blocks/index.html Sat Oct 14 23:55:23 2006 @@ -0,0 +1 @@ + <script>history.go(-1);</script> \ No newline at end of file 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.2.1 --- /dev/null Sat Oct 14 23:55:23 2006 +++ xoops2jp/html/modules/legacy/templates/blocks/legacy_block_notification.html Sat Oct 14 23:55:23 2006 @@ -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.2.1 --- /dev/null Sat Oct 14 23:55:23 2006 +++ xoops2jp/html/modules/legacy/templates/blocks/legacy_block_search.html Sat Oct 14 23:55:23 2006 @@ -0,0 +1,6 @@ +<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=action value=results }><br /> + <{xoops_input type=submit name=submit value=$smarty.const._MB_BASE_SEARCH }> +</form> +<a href="<{$xoops_url}>/search.php"><{$smarty.const._MB_BASE_ADVS}></a> \ No newline at end of file