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

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 2月 2日 (木) 15:24:23 JST


Index: xoops2jp/html/modules/base/templates/legacy_misc_smilies.html
diff -u xoops2jp/html/modules/base/templates/legacy_misc_smilies.html:1.1.2.1 xoops2jp/html/modules/base/templates/legacy_misc_smilies.html:1.1.2.2
--- xoops2jp/html/modules/base/templates/legacy_misc_smilies.html:1.1.2.1	Mon Dec 26 20:23:37 2005
+++ xoops2jp/html/modules/base/templates/legacy_misc_smilies.html	Thu Feb  2 15:24:23 2006
@@ -6,29 +6,25 @@
     }
     //-->
 </script>
-<table width="100%" class="outer" ID="Table1">
-	<tr>
-		<th colspan="3">
-			<{$smarty.const._MSC_SMILIES}>
-		</th>
-	</tr>
-	<tr class="head">
-		<td><{$smarty.const._MSC_CODE}></td>
-		<td><{$smarty.const._MSC_EMOTION}></td>
-		<td><{$smarty.const._IMAGE}></td>
-	</tr>
-	<{foreach item=smile from=$smiles}>
-		<tr class="<{cycle values="even,odd"}>">
-			<td>
-				<{$smile.code}>
-			</td>
-			<td>
-				<{$smile.emotion}>
-			</td>
-			<td>
-				<img onmouseover='style.cursor="hand"' onclick='doSmilie(" <{$smile.code}> ");' src='<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$smile.smile_url}>' alt='' />
-			</td>
-		</tr>
-	<{/foreach}>
+
+<table width="100%" class="outer">
+  <tr>
+    <th colspan="3"><{$smarty.const._MSC_SMILIES}></th>
+  </tr>
+  <tr class="head">
+    <td><{$smarty.const._MSC_CODE}></td>
+    <td><{$smarty.const._MSC_EMOTION}></td>
+    <td><{$smarty.const._IMAGE}></td>
+  </tr>
+  <{foreach item=smile from=$smiles}>
+    <tr class="<{cycle values="even,odd"}>">
+      <td><{$smile.code}></td>
+      <td><{$smile.emotion}></td>
+      <td>
+        <img onmouseover='style.cursor="hand"' onclick='doSmilie(" <{$smile.code}> ");' src='<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$smile.smile_url}>' alt='' />
+      </td>
+    </tr>
+  <{/foreach}>
 </table>
+
 <{$smarty.const._MSC_CLICKASMILIE}>
Index: xoops2jp/html/modules/base/templates/legacy_misc_ssllogin.html
diff -u xoops2jp/html/modules/base/templates/legacy_misc_ssllogin.html:1.1.2.1 xoops2jp/html/modules/base/templates/legacy_misc_ssllogin.html:1.1.2.2
--- xoops2jp/html/modules/base/templates/legacy_misc_ssllogin.html:1.1.2.1	Mon Dec 26 20:23:37 2005
+++ xoops2jp/html/modules/base/templates/legacy_misc_ssllogin.html	Thu Feb  2 15:24:23 2006
@@ -1,4 +1,4 @@
 <{$message}>
 <div style="text-align:center;">
-	<input class="formButton" value="<{$smarty.const._CLOSE}>" type="button" onclick="window.opener.location.reload();window.close();" ID="Button1" NAME="Button1"/>
+  <input class="formButton" value="<{$smarty.const._CLOSE}>" type="button" onclick="window.opener.location.reload();window.close();" />
 </div>
Index: xoops2jp/html/modules/base/templates/legacy_misc_online.html
diff -u xoops2jp/html/modules/base/templates/legacy_misc_online.html:1.1.2.2 xoops2jp/html/modules/base/templates/legacy_misc_online.html:1.1.2.3
--- xoops2jp/html/modules/base/templates/legacy_misc_online.html:1.1.2.2	Mon Dec 26 21:13:26 2005
+++ xoops2jp/html/modules/base/templates/legacy_misc_online.html	Thu Feb  2 15:24:23 2006
@@ -1,25 +1,28 @@
-<table class="outer" id="table1" width="100%" cellspacing="1">
-	<tr>
-		<th colspan="3"><{$smarty.const._WHOSONLINE}></th>
-		<{foreach item=user from=$onlineUsers}>
-			<tr class="<{cycle values="odd,even"}> valign="middle" align="center">
-				<td>
-					<{if $user.user}>
-						<{$user.user->getVar('uname')}>
-					<{else}>
-						GUEST
-					<{/if}>
-				</td>
-				<td>
-					<{if $user.module}>
-						<{$user.module}>
-					<{/if}>
-				</td>
-				<{if $xoops_isadmin}>
-					<td><{$user.onlineInfo.online_ip}></td>
-				<{/if}>
-			</tr>
-		<{/foreach}>
-	</tr>
+<table class="outer" width="100%" cellspacing="1">
+  <tr>
+    <th colspan="3"><{$smarty.const._WHOSONLINE}></th>
+  </tr>
+  <{foreach item=user from=$onlineUsers}>
+    <tr class="<{cycle values="odd,even"}> valign="middle" align="center">
+      <td>
+        <{if $user.user}>
+          <{$user.user->getVar('uname')}>
+        <{else}>
+          <{$smarty.const._GUEST}>
+        <{/if}>
+      </td>
+      <td>
+        <{if $user.module}>
+          <{$user.module}>
+        <{/if}>
+      </td>
+      <td>
+        <{if $xoops_isadmin}>
+          <{$user.onlineInfo.online_ip}>
+        <{/if}>
+      </td>
+    </tr>
+  <{/foreach}>
 </table>
+
 <div style="text-align: right;"><!--- pagenavi ---></div>
Index: xoops2jp/html/modules/base/templates/legacy_misc_avatars.html
diff -u xoops2jp/html/modules/base/templates/legacy_misc_avatars.html:1.1.2.1 xoops2jp/html/modules/base/templates/legacy_misc_avatars.html:1.1.2.2
--- xoops2jp/html/modules/base/templates/legacy_misc_avatars.html:1.1.2.1	Mon Dec 26 20:23:37 2005
+++ xoops2jp/html/modules/base/templates/legacy_misc_avatars.html	Thu Feb  2 15:24:23 2006
@@ -11,17 +11,19 @@
         }
         //-->
 </script>
+
 <h4><{$smarty.const._MSC_AVAVATARS}></h4>
-<form name='avatars' action='misc.php?action=avatars' ID="Form1">
-	<table witdh="100%" id="Table1">
-		<tr>
-			<{foreach key=key item=avatar from=$avatarsList}>
-				<td>
-					<img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$avatar.fileName}>" alt="<{$avatar.avatarName}>" style="padding:10px; vertical-align:top;"  /><br />
-					<{$avatar.avatarName}><br/>
-					<input name="myimage" type="button" value="<{$smarty.const._SELECT}>"  onclick="myimage_onclick(<{$avatar.counter}>)" />
-				</td><{if $key && $key is div by 8}><tr></tr><{/if}>
-			<{/foreach}>
-		</tr>
-	</table>
+<form name="avatars" action="misc.php?action=avatars">
+<table witdh="100%">
+  <tr>
+    <{foreach key=key item=avatar from=$avatarsList}>
+      <td>
+        <img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$avatar.fileName}>" alt="<{$avatar.avatarName}>" style="padding:10px; vertical-align:top;" /><br />
+        <{$avatar.avatarName}><br />
+        <input name="myimage" type="button" value="<{$smarty.const._SELECT}>" onclick="myimage_onclick(<{$avatar.counter}>)" />
+      </td>
+      <{if $key && $key is div by 8}><tr></tr><{/if}>
+    <{/foreach}>
+  </tr>
+</table>
 </form>


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