[xoops-cvslog 4152] CVS update: xoops2jp/html/modules/pm/templates

Back to archive index

Minahito minah****@users*****
2006年 8月 17日 (木) 18:09:51 JST


Index: xoops2jp/html/modules/pm/templates/readpmsg.html
diff -u xoops2jp/html/modules/pm/templates/readpmsg.html:1.1.2.15 xoops2jp/html/modules/pm/templates/readpmsg.html:1.1.2.16
--- xoops2jp/html/modules/pm/templates/readpmsg.html:1.1.2.15	Thu Jul 27 18:42:53 2006
+++ xoops2jp/html/modules/pm/templates/readpmsg.html	Thu Aug 17 18:09:51 2006
@@ -1,8 +1,8 @@
 <h4><{$xoops_pagetitle}></h4>
 <{if $feature.user.profile}>
-  <a href="<{$xoops_url}>/userinfo.php?uid=<{$thisUser->getShow('uid')}>"><{$smarty.const._PM_PROFILE}></a> &raquo;&raquo; 
+  <a href="<{$xoops_url}>/userinfo.php?uid=<{$thisUser->getShow('uid')}>"><{$smarty.const._MD_PM_LANG_PROFILE}></a> &raquo;&raquo; 
 <{/if}>
-<a href="index.php"><{$smarty.const._PM_INBOX}></a> &raquo;&raquo; <{$privMessage->getShow('subject')}>
+<a href="index.php"><{$smarty.const._MD_PM_LANG_INBOX}></a> &raquo;&raquo; <{$privMessage->getShow('subject')}>
 <form action='./index.php?action=Read' method='post' name='delete<{$privMessage->getShow('msg_id')}>'>
   <table class="outer" border="0" cellpadding="4" cellspacing="1" width="100%">
     <tr>
@@ -17,12 +17,12 @@
           <{/if}>
         </td>
       <{/if}>
-      <td><{$smarty.const._PM_FROMC}><a href="<{$smarty.const.XOOPS_URL}>/userinfo.php?uid=<{$sendUser->getShow('uid')}>"><{$sendUser->getShow('uname')}></a>
+      <td><{$smarty.const._MD_PM_LANG_FROMC}><a href="<{$smarty.const.XOOPS_URL}>/userinfo.php?uid=<{$sendUser->getShow('uid')}>"><{$sendUser->getShow('uname')}></a>
           <!--- TODO Online Information --->
       </td>
     </tr>
     <tr class="even">
-      <td><{$smarty.const._PM_SENTC}><{$privMessage->get("msg_time")|xoops_formattimestamp}></td>
+      <td><{$smarty.const._MD_PM_LANG__SENTC}><{$privMessage->get("msg_time")|xoops_formattimestamp}></td>
     </tr>
     <tr class="even">
       <td><{$smarty.const._MD_PM_LANG_SUBJECTC}><img src="<{$xoops_url}>/images/subject/<{$privMessage->getShow('msg_image')}>" alt='' title='' />&nbsp;<b><{$privMessage->getShow('subject')}></b></td>
@@ -35,20 +35,20 @@
     <tr class="foot">
       <td <{if $sendUser->hasAvatar()}>colspan="2"<{/if}> style="text-align:left;">
         <!--- TODO check postr. See original readpmsg --->
-        <a href='#' onclick="javascript:openWithSelfMain('<{$smarty.const.XOOPS_URL}>/pmlite.php?reply=1&amp;msg_id=<{$privMessage->getShow("msg_id")}>','pmlite',450,380);"><img src="<{$xoops_url}>/images/icons/reply.gif" alt="<{$smarty.const._PM_REPLY}>" title="<{$smarty.const._PM_REPLY}>" /></a>
+        <a href='#' onclick="javascript:openWithSelfMain('<{$smarty.const.XOOPS_URL}>/pmlite.php?reply=1&amp;msg_id=<{$privMessage->getShow("msg_id")}>','pmlite',450,380);"><img src="<{$xoops_url}>/images/icons/reply.gif" alt="<{$smarty.const._MD_PM_LANG_REPLY}>" title="<{$smarty.const._MD_PM_LANG_REPLY}>" /></a>
         <input type="hidden" name="delete" value="1" />  <!--- << check --->
         <input type="hidden" name="msg_id" value="<{$privMessage->getShow('msg_id')}>" />
-        <a href="#<{$privMessage->getShow('msg_id')}>" onclick='javascript:document.delete<{$privMessage->getShow("msg_id")}>.submit();'><img src="<{$xoops_url}>/images/icons/delete.gif" alt="<{$smarty.const._PM_DELETE}>" title="<{$smarty.const._PM_DELETE}>" /></a>
+        <a href="#<{$privMessage->getShow('msg_id')}>" onclick='javascript:document.delete<{$privMessage->getShow("msg_id")}>.submit();'><img src="<{$xoops_url}>/images/icons/delete.gif" alt="<{$smarty.const._MD_PM_LANG_DELETE}>" title="<{$smarty.const._MD_PM_LANG_DELETE}>" /></a>
       </td>
     </tr>
     <tr>
       <td <{if $sendUser->hasAvatar()}>colspan="2"<{/if}> style="text-align:right;">
         <{if $previousMessage}>
-          <a href="index.php?action=read&amp;msg_id=<{$previousMessage->getShow('msg_id')}>"><{$smarty.const._PM_PREVIOUS}></a>
+          <a href="index.php?action=read&amp;msg_id=<{$previousMessage->getShow('msg_id')}>"><{$smarty.const._MD_PM_LANG__PREVIOUS}></a>
         <{/if}>
         <{if $nextMessage}>
           <{if $previousMessage}> | <{/if}>
-          <a href="index.php?action=read&amp;msg_id=<{$nextMessage->getShow('msg_id')}>"><{$smarty.const._PM_NEXT}></a>
+          <a href="index.php?action=read&amp;msg_id=<{$nextMessage->getShow('msg_id')}>"><{$smarty.const._MD_PM_LANG_NEXT}></a>
         <{/if}>
       </td>
     </tr>
Index: xoops2jp/html/modules/pm/templates/pm_delete_one.html
diff -u xoops2jp/html/modules/pm/templates/pm_delete_one.html:1.1.2.3 xoops2jp/html/modules/pm/templates/pm_delete_one.html:1.1.2.4
--- xoops2jp/html/modules/pm/templates/pm_delete_one.html:1.1.2.3	Thu Aug 10 19:52:02 2006
+++ xoops2jp/html/modules/pm/templates/pm_delete_one.html	Thu Aug 17 18:09:51 2006
@@ -8,7 +8,7 @@
       <th colspan="2"><{$smarty.const._MD_PM_MESSAGE_CONFIRM_DELETE_PM}></th>
     </tr>
     <tr>
-      <td class="head"><{$smarty.const._PM_FROMC}></td>
+      <td class="head"><{$smarty.const._MD_PM_LANG_FROMC}></td>
       <td class="<{cycle values="even,odd"}>">
         <{if $sendUser->getShow('uname')}>
           <a href="<{$smarty.const.XOOPS_URL}>/userinfo.php?uid=<{$sendUser->getShow('uid')}>"><{$sendUser->getShow('uname')}></a>
@@ -16,7 +16,7 @@
       </td>
     </tr>
     <tr>
-      <td class="head"><{$smarty.const._PM_SENTC}></td>
+      <td class="head"><{$smarty.const._MD_PM_LANG__SENTC}></td>
       <td class="<{cycle values="even,odd"}>">
         <{$object->get("msg_time")|xoops_formattimestamp}>
       </td>
Index: xoops2jp/html/modules/pm/templates/pmlite.html
diff -u xoops2jp/html/modules/pm/templates/pmlite.html:1.1.2.8 xoops2jp/html/modules/pm/templates/pmlite.html:1.1.2.9
--- xoops2jp/html/modules/pm/templates/pmlite.html:1.1.2.8	Wed Jul  5 11:37:06 2006
+++ xoops2jp/html/modules/pm/templates/pmlite.html	Thu Aug 17 18:09:51 2006
@@ -12,7 +12,7 @@
   <{xoops_token form=$actionForm}>
   <table width="300" align="center" class="outer">
     <tr>
-      <td class="head" width="25%"><{$smarty.const._PM_TO}></td>
+      <td class="head" width="25%"><{$smarty.const._MD_PM_LANG_TO}></td>
       <td class="even">
         <{if $send_type==0}>
           <{if $actionForm->get('to_userid')}>
@@ -29,13 +29,13 @@
       </td>
     </tr>
     <tr>
-      <td class="head"><{$smarty.const._PM_SUBJECTC}></td>
+      <td class="head"><{$smarty.const._MD_PM_LANG_SUBJECTC}></td>
       <td class="even">
         <{xoops_input name=subject size=30 maxlength=100 id=Text1 value=$actionForm->get('subject')}>
       </td>
     </tr>
     <tr valign="top">
-      <td class="head"><{$smarty.const._PM_MESSAGEC}></td>
+      <td class="head"><{$smarty.const._MD_PM_LANG_MESSAGEC}></td>
       <td class="even">
         <{xoops_dhtmltarea cols=37 rows=8 name=message value=$actionForm->get('message')}>
       </td>
@@ -44,9 +44,9 @@
       <td class="head">&nbsp;</td>
       <td class="even">
         <input type="hidden" name="op" value="submit" />
-        <input type="submit" class="formButton" name="submit" value="<{$smarty.const._PM_SUBMIT}>" />&nbsp;
-        <input type="reset" class="formButton" value="<{$smarty.const._PM_CLEAR}>" />&nbsp;
-        <input type="button" class="formButton" name="cancel" value="<{$smarty.const._PM_CANCELSEND}>" onclick="javascript:window.close();" />
+        <input type="submit" class="formButton" name="submit" value="<{$smarty.const._MD_PM_LANG_SUBMIT}>" />&nbsp;
+        <input type="reset" class="formButton" value="<{$smarty.const._MD_PM_LANG_CLEAR}>" />&nbsp;
+        <input type="button" class="formButton" name="cancel" value="<{$smarty.const._MD_PM_LANG_CANCELSEND}>" onclick="javascript:window.close();" />
       </td>
     </tr>
   </table>
Index: xoops2jp/html/modules/pm/templates/viewpmsg.html
diff -u xoops2jp/html/modules/pm/templates/viewpmsg.html:1.1.2.11 xoops2jp/html/modules/pm/templates/viewpmsg.html:1.1.2.12
--- xoops2jp/html/modules/pm/templates/viewpmsg.html:1.1.2.11	Wed Jul  5 11:37:06 2006
+++ xoops2jp/html/modules/pm/templates/viewpmsg.html	Thu Aug 17 18:09:51 2006
@@ -1,8 +1,8 @@
 <h4 style='text-align:center;'><{$xoops_pagetitle}></h4>
 <br />
 
-<a href="<{$smarty.const.XOOPS_URL}>/userinfo.php?uid=<{$currentUser->get("uid")}>"><{$smarty.const._PM_PROFILE}></a>&nbsp;
-<span style="font-weight:bold;">&raquo;&raquo;</span>&nbsp;<{$smarty.const._PM_INBOX}><br /><br />
+<a href="<{$smarty.const.XOOPS_URL}>/userinfo.php?uid=<{$currentUser->get("uid")}>"><{$smarty.const._MD_PM_LANG_PROFILE}></a>&nbsp;
+<span style="font-weight:bold;">&raquo;&raquo;</span>&nbsp;<{$smarty.const._MD_PM_LANG_INBOX}><br /><br />
 
 <form name="prvmsg" method="post" action="./index.php?action=delete">
 <{xoops_token form=$actionForm}>
@@ -13,15 +13,15 @@
     </th>
     <th><img src="<{$xoops_url}>/images/download.gif" alt="" border="0" /></th>
     <th>&nbsp;</th>
-    <th><{$smarty.const._PM_FROM}></th>
-    <th><{$smarty.const._PM_SUBJECT}></th>
-    <th><{$smarty.const._PM_DATE}></th>
+    <th><{$smarty.const._MD_PM_LANG_FROM}></th>
+    <th><{$smarty.const._MD_PM_LANG_SUBJECT}></th>
+    <th><{$smarty.const._MD_PM_LANG_DATE}></th>
   </tr>
 
   <{if !$total_messages}>
     <tr>
       <td class="even" colspan="6" style="text-align:center;">
-        <{$smarty.const._PM_YOUDONTHAVE}>
+        <{$smarty.const._MD_PM_MESSAGE_YOUDONTHAVE}>
       </td>
     </tr>
   <{/if}>
@@ -35,7 +35,7 @@
         <{if $pm->isRead()}>
           &nbsp;
         <{else}>
-          <img src="<{$xoops_url}>/images/read.gif" alt="<{$smarty.const._PM_NOTREAD}>" title="<{$smarty.const._PM_NOTREAD}>" />
+          <img src="<{$xoops_url}>/images/read.gif" alt="<{$smarty.const._MD_PM_LANG_NOTREAD}>" title="<{$smarty.const._MD_PM_LANG_NOTREAD}>" />
         <{/if}>
       </td>
       <td valign="top" width="5%" style="text-align:center;">
@@ -57,15 +57,15 @@
   <{if $total_messages}>
     <tr class="foot" style="text-align:left;">
       <td colspan="6">
-        <input type="button" class="formButton" onclick="javascript:openWithSelfMain('<{$smarty.const.XOOPS_URL}>/pmlite.php?send=1','pmlite',450,380);" value="<{$smarty.const._PM_SEND}>" />
+        <input type="button" class="formButton" onclick="javascript:openWithSelfMain('<{$smarty.const.XOOPS_URL}>/pmlite.php?send=1','pmlite',450,380);" value="<{$smarty.const._MD_PM_LANG__SEND}>" />
         &nbsp;
-        <input type="submit" class="formButton" name="delete_messages" value="<{$smarty.const._PM_DELETE}>" />
+        <input type="submit" class="formButton" name="delete_messages" value="<{$smarty.const._MD_PM_LANG_DELETE}>" />
       </td>
     </tr>
   <{else}>
     <tr class="bg2" style="text-align:left;">
       <td colspan="6">
-        <input type="button" class="formButton" onclick="javascript:openWithSelfMain('<{$smarty.const.XOOPS_URL}>/pmlite.php?send=1','pmlite',450,380);" value="<{$smarty.const._PM_SEND}>" />
+        <input type="button" class="formButton" onclick="javascript:openWithSelfMain('<{$smarty.const.XOOPS_URL}>/pmlite.php?send=1','pmlite',450,380);" value="<{$smarty.const._MD_PM_LANG__SEND}>" />
       </td>
     </tr>
   <{/if}>
Index: xoops2jp/html/modules/pm/templates/pm_pmlite_success.html
diff -u xoops2jp/html/modules/pm/templates/pm_pmlite_success.html:1.1.2.2 xoops2jp/html/modules/pm/templates/pm_pmlite_success.html:1.1.2.3
--- xoops2jp/html/modules/pm/templates/pm_pmlite_success.html:1.1.2.2	Wed Dec 28 23:34:50 2005
+++ xoops2jp/html/modules/pm/templates/pm_pmlite_success.html	Thu Aug 17 18:09:51 2006
@@ -1,12 +1,12 @@
 <br />
 <br />
 <div style="text-align:center;">
-	<h4><{$smarty.const._PM_MESSAGEPOSTED}></h4>
+	<h4><{$smarty.const._MD_PM_MESSAGE_POSTED}></h4>
 	<br />
 
-	<a href="javascript:window.opener.location='<{$smarty.const.XOOPS_URL}>/viewpmsg.php';window.close();"><{$smarty.const._PM_CLICKHERE}></a>
+	<a href="javascript:window.opener.location='<{$smarty.const.XOOPS_URL}>/viewpmsg.php';window.close();"><{$smarty.const._MD_PM_MESSAGE_CLICKHERE}></a>
 	<br />
 	<br />
 
-	<a href="javascript:window.close();"><{$smarty.const._PM_ORCLOSEWINDOW}></a>
+	<a href="javascript:window.close();"><{$smarty.const._MD_PM_LANG_ORCLOSEWINDOW}></a>
 </div>


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