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

Back to archive index

NobuNobu nobun****@users*****
2006年 3月 26日 (日) 15:07:49 JST


Index: xoops2jp/html/modules/base/templates/blocks/legacy_block_comments.html
diff -u /dev/null xoops2jp/html/modules/base/templates/blocks/legacy_block_comments.html:1.1.2.1
--- /dev/null	Sun Mar 26 15:07:49 2006
+++ xoops2jp/html/modules/base/templates/blocks/legacy_block_comments.html	Sun Mar 26 15:07:49 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/base/templates/blocks/legacy_block_mainmenu.html
diff -u /dev/null xoops2jp/html/modules/base/templates/blocks/legacy_block_mainmenu.html:1.1.2.1
--- /dev/null	Sun Mar 26 15:07:49 2006
+++ xoops2jp/html/modules/base/templates/blocks/legacy_block_mainmenu.html	Sun Mar 26 15:07:49 2006
@@ -0,0 +1,13 @@
+<table cellspacing="0">
+  <tr>
+    <td id="mainmenu">
+      <a class="menuTop" href="<{$xoops_url}>/"><{$smary.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_notification.html
diff -u /dev/null xoops2jp/html/modules/base/templates/blocks/legacy_block_notification.html:1.1.2.1
--- /dev/null	Sun Mar 26 15:07:49 2006
+++ xoops2jp/html/modules/base/templates/blocks/legacy_block_notification.html	Sun Mar 26 15:07:49 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/base/templates/blocks/legacy_block_search.html
diff -u /dev/null xoops2jp/html/modules/base/templates/blocks/legacy_block_search.html:1.1.2.1
--- /dev/null	Sun Mar 26 15:07:49 2006
+++ xoops2jp/html/modules/base/templates/blocks/legacy_block_search.html	Sun Mar 26 15:07:49 2006
@@ -0,0 +1,6 @@
+<form style="margin-top: 0px;" action="<{$xoops_url}>/search.php" method="get">
+  <input type="text" name="query" size="14" />
+  <input type="hidden" name="action" value="results" /><br />
+  <input type="submit" value="<{$smarty.const._MB_BASE_SEARCH}>" />
+</form>
+<a href="<{$xoops_url}>/search.php"><{$smarty.const._MB_BASE_ADVS}></a>
Index: xoops2jp/html/modules/base/templates/blocks/legacy_block_siteinfo.html
diff -u /dev/null xoops2jp/html/modules/base/templates/blocks/legacy_block_siteinfo.html:1.1.2.1
--- /dev/null	Sun Mar 26 15:07:49 2006
+++ xoops2jp/html/modules/base/templates/blocks/legacy_block_siteinfo.html	Sun Mar 26 15:07:49 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&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/legacy_block_usermenu.html
diff -u /dev/null xoops2jp/html/modules/base/templates/blocks/legacy_block_usermenu.html:1.1.2.1
--- /dev/null	Sun Mar 26 15:07:49 2006
+++ xoops2jp/html/modules/base/templates/blocks/legacy_block_usermenu.html	Sun Mar 26 15:07:49 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="<{$xoops_url}>/viewpmsg.php"><{$smarty.const.lang_inbox}> (<span style="color:#ff0000; font-weight: bold;"><{$block.new_messages}></span>)</a>
+<{else}>
+      <a href="<{$xoops_url}>/viewpmsg.php"><{$smarty.const._MB_BASE_INBOX}></a>
+<{/if}>
+<{/if}>
+<{if $xoops_isadmin}>
+      <a href="<{$xoops_url}>/admin.php"><{$smarty.const._MB_BASE_ADMENU}></a>
+<{/if}>
+    </td>
+  </tr>
+</table>
Index: xoops2jp/html/modules/base/templates/blocks/legacy_block_waiting.html
diff -u /dev/null xoops2jp/html/modules/base/templates/blocks/legacy_block_waiting.html:1.1.2.1
--- /dev/null	Sun Mar 26 15:07:49 2006
+++ xoops2jp/html/modules/base/templates/blocks/legacy_block_waiting.html	Sun Mar 26 15:07:49 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


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