[xoops-cvslog 6521] CVS update: xoops2jp/html/modules/legacy/admin/templates/blocks

Back to archive index

NobuNobu nobun****@users*****
2007年 4月 30日 (月) 16:31:15 JST


Index: xoops2jp/html/modules/legacy/admin/templates/blocks/index.html
diff -u /dev/null xoops2jp/html/modules/legacy/admin/templates/blocks/index.html:1.1.4.1
--- /dev/null	Mon Apr 30 16:31:15 2007
+++ xoops2jp/html/modules/legacy/admin/templates/blocks/index.html	Mon Apr 30 16:31:15 2007
@@ -0,0 +1 @@
+ <script>history.go(-1);</script>
\ No newline at end of file
Index: xoops2jp/html/modules/legacy/admin/templates/blocks/legacy_admin_block_actionsearch.html
diff -u /dev/null xoops2jp/html/modules/legacy/admin/templates/blocks/legacy_admin_block_actionsearch.html:1.1.4.1
--- /dev/null	Mon Apr 30 16:31:15 2007
+++ xoops2jp/html/modules/legacy/admin/templates/blocks/legacy_admin_block_actionsearch.html	Mon Apr 30 16:31:15 2007
@@ -0,0 +1,4 @@
+<form action="<{$xoops_url}>/modules/legacy/admin/index.php?action=actSearch" method="post">
+  <input type="text" name="keywords"/>
+  <input type="submit" value="<{$smarty.const._SEARCH}>" class="formButton" />
+</form>
Index: xoops2jp/html/modules/legacy/admin/templates/blocks/legacy_admin_block_sidemenu.html
diff -u /dev/null xoops2jp/html/modules/legacy/admin/templates/blocks/legacy_admin_block_sidemenu.html:1.1.4.1
--- /dev/null	Mon Apr 30 16:31:15 2007
+++ xoops2jp/html/modules/legacy/admin/templates/blocks/legacy_admin_block_sidemenu.html	Mon Apr 30 16:31:15 2007
@@ -0,0 +1,28 @@
+<{foreach item=module from=$modules}>
+
+  <{if $module->hasAdminIndex()}>
+    <div id="t<{$module->mXoopsModule->getShow('mid')}>" class="head">
+      <a href="javascript:void(0)" onclick="ccToggle(<{$module->mXoopsModule->getShow('mid')}>)"><img src="<{"design/navy.gif"|theme}>" alt="" id="i<{$module->mXoopsModule->getShow('mid')}>" /></a>
+      <a href="<{$module->getAdminIndex()|xoops_escape:link}>"><{$module->mXoopsModule->getShow('name')}></a>
+    </div>
+
+    <div id="c<{$module->mXoopsModule->getShow('mid')}>" class="submenu">
+      <ul>
+      <{if $module->getAdminMenu()}>
+        <{foreach item=menu from=$module->getAdminMenu()}>
+          <{if $menu.show !== false}>
+            <{if $menu.escaped === false}>
+              <li><a href="<{$menu.link|xoops_escape:link}>"><{$menu.title|xoops_escape}></a></li>
+            <{else}>
+              <li><a href="<{$menu.link}>"><{$menu.title|xoops_escape}></a></li>
+            <{/if}>
+          <{/if}>
+        <{/foreach}>
+      <{else}>
+        <li><{$smarty.const._AD_LEGACY_LANG_NO_SETTING}></li>
+      <{/if}>
+      </ul>
+    </div>
+  <{/if}>
+
+<{/foreach}>


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