inc.subfoot.tmpl 307 B

12345678910111213141516
  1. <tmpl_include name="inc.fluxlink.tmpl">
  2. <tmpl_if name="IsForceReadMsg">
  3. <script language="JavaScript">
  4. if (confirm("<tmpl_var name="_ADMINMESSAGE">")) {
  5. document.location = "index.php?iid=readmsg";
  6. }
  7. </script>
  8. </tmpl_if>
  9. </td>
  10. </tr>
  11. </tbody>
  12. </table>
  13. </center>
  14. </body>
  15. </html>