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

Back to archive index

Minahito minah****@users*****
2006年 8月 5日 (土) 15:19:57 JST


Index: xoops2jp/html/modules/base/templates/legacy_misc_avatars.html
diff -u xoops2jp/html/modules/base/templates/legacy_misc_avatars.html:1.1.2.4 xoops2jp/html/modules/base/templates/legacy_misc_avatars.html:removed
--- xoops2jp/html/modules/base/templates/legacy_misc_avatars.html:1.1.2.4	Thu Apr 13 00:11:20 2006
+++ xoops2jp/html/modules/base/templates/legacy_misc_avatars.html	Sat Aug  5 15:19:57 2006
@@ -1,30 +0,0 @@
-<script language='javascript'>
-        <!--//
-        function myimage_onclick(counter){
-            window.opener.xoopsGetElementById("user_avatar").options[counter].selected = true;
-            showAvatar();
-            window.opener.xoopsGetElementById("user_avatar").focus();
-            window.close();
-        }
-        function showAvatar() {
-            window.opener.xoopsGetElementById("avatar").src='<?php echo XOOPS_UPLOAD_URL;?>/' + window.opener.xoopsGetElementById("user_avatar").options[window.opener.xoopsGetElementById("user_avatar").selectedIndex].value;
-        }
-        //-->
-</script>
-
-<h4><{$smarty.const._MSC_AVAVATARS}></h4>
-<form name="avatars" action="misc.php?action=avatars">
-<{xoops_token form=$actionForm}>
-<table witdh="100%">
-  <tr>
-    <{foreach key=key item=avatar from=$avatarsList}>
-      <td>
-        <img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$avatar.fileName}>" alt="<{$avatar.avatarName}>" title="<{$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