[xoops-cvslog 5656] CVS update: xoops2jp/html/modules/base/templates/blocks

Back to archive index

Minahito minah****@users*****
2006年 11月 7日 (火) 17:04:29 JST


Index: xoops2jp/html/modules/base/templates/blocks/legacy_block_search.html
diff -u xoops2jp/html/modules/base/templates/blocks/legacy_block_search.html:1.1.2.2 xoops2jp/html/modules/base/templates/blocks/legacy_block_search.html:removed
--- xoops2jp/html/modules/base/templates/blocks/legacy_block_search.html:1.1.2.2	Wed Mar 29 22:52:49 2006
+++ xoops2jp/html/modules/base/templates/blocks/legacy_block_search.html	Tue Nov  7 17:04:29 2006
@@ -1,6 +0,0 @@
-<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
Index: xoops2jp/html/modules/base/templates/blocks/legacy_block_waiting.html
diff -u xoops2jp/html/modules/base/templates/blocks/legacy_block_waiting.html:1.1.2.1 xoops2jp/html/modules/base/templates/blocks/legacy_block_waiting.html:removed
--- xoops2jp/html/modules/base/templates/blocks/legacy_block_waiting.html:1.1.2.1	Sun Mar 26 15:07:49 2006
+++ xoops2jp/html/modules/base/templates/blocks/legacy_block_waiting.html	Tue Nov  7 17:04:29 2006
@@ -1,5 +0,0 @@
-<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/base/templates/blocks/legacy_block_siteinfo.html
diff -u xoops2jp/html/modules/base/templates/blocks/legacy_block_siteinfo.html:1.1.2.1 xoops2jp/html/modules/base/templates/blocks/legacy_block_siteinfo.html:removed
--- xoops2jp/html/modules/base/templates/blocks/legacy_block_siteinfo.html:1.1.2.1	Sun Mar 26 15:07:49 2006
+++ xoops2jp/html/modules/base/templates/blocks/legacy_block_siteinfo.html	Tue Nov  7 17:04:29 2006
@@ -1,27 +0,0 @@
-<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&amp;type=friend&amp;op=sendform&amp;t=<{$block.recoomendtime}>','friend',<{$block.popup_width}>,<{$block.popup_height}>)"><{$smarty.const._MB_BASE_RECO}></a>
-<{/if}>
-</div>
Index: xoops2jp/html/modules/base/templates/blocks/index.html
diff -u xoops2jp/html/modules/base/templates/blocks/index.html:1.1.2.1 xoops2jp/html/modules/base/templates/blocks/index.html:removed
--- xoops2jp/html/modules/base/templates/blocks/index.html:1.1.2.1	Mon Mar 27 11:41:55 2006
+++ xoops2jp/html/modules/base/templates/blocks/index.html	Tue Nov  7 17:04:29 2006
@@ -1 +0,0 @@
- <script>history.go(-1);</script>
\ No newline at end of file
Index: xoops2jp/html/modules/base/templates/blocks/legacy_block_comments.html
diff -u xoops2jp/html/modules/base/templates/blocks/legacy_block_comments.html:1.1.2.1 xoops2jp/html/modules/base/templates/blocks/legacy_block_comments.html:removed
--- xoops2jp/html/modules/base/templates/blocks/legacy_block_comments.html:1.1.2.1	Sun Mar 26 15:07:49 2006
+++ xoops2jp/html/modules/base/templates/blocks/legacy_block_comments.html	Tue Nov  7 17:04:29 2006
@@ -1,11 +0,0 @@
-<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/base/templates/blocks/legacy_block_notification.html
diff -u xoops2jp/html/modules/base/templates/blocks/legacy_block_notification.html:1.1.2.1 xoops2jp/html/modules/base/templates/blocks/legacy_block_notification.html:removed
--- xoops2jp/html/modules/base/templates/blocks/legacy_block_notification.html:1.1.2.1	Sun Mar 26 15:07:49 2006
+++ xoops2jp/html/modules/base/templates/blocks/legacy_block_notification.html	Tue Nov  7 17:04:29 2006
@@ -1,31 +0,0 @@
-<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/base/templates/blocks/legacy_block_themes.html
diff -u xoops2jp/html/modules/base/templates/blocks/legacy_block_themes.html:1.1.2.1 xoops2jp/html/modules/base/templates/blocks/legacy_block_themes.html:removed
--- xoops2jp/html/modules/base/templates/blocks/legacy_block_themes.html:1.1.2.1	Wed Aug  2 18:47:25 2006
+++ xoops2jp/html/modules/base/templates/blocks/legacy_block_themes.html	Tue Nov  7 17:04:29 2006
@@ -1,18 +0,0 @@
-<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/base/templates/blocks/legacy_block_mainmenu.html
diff -u xoops2jp/html/modules/base/templates/blocks/legacy_block_mainmenu.html:1.1.2.2 xoops2jp/html/modules/base/templates/blocks/legacy_block_mainmenu.html:removed
--- xoops2jp/html/modules/base/templates/blocks/legacy_block_mainmenu.html:1.1.2.2	Mon Apr  3 14:43:58 2006
+++ xoops2jp/html/modules/base/templates/blocks/legacy_block_mainmenu.html	Tue Nov  7 17:04:29 2006
@@ -1,13 +0,0 @@
-<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/base/templates/blocks/legacy_block_usermenu.html
diff -u xoops2jp/html/modules/base/templates/blocks/legacy_block_usermenu.html:1.1.2.3 xoops2jp/html/modules/base/templates/blocks/legacy_block_usermenu.html:removed
--- xoops2jp/html/modules/base/templates/blocks/legacy_block_usermenu.html:1.1.2.3	Mon Sep 25 18:37:55 2006
+++ xoops2jp/html/modules/base/templates/blocks/legacy_block_usermenu.html	Tue Nov  7 17:04:29 2006
@@ -1,20 +0,0 @@
-<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>


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